Instructions to use polejowska/swin-tiny-patch4-window7-224-eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use polejowska/swin-tiny-patch4-window7-224-eurosat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="polejowska/swin-tiny-patch4-window7-224-eurosat") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("polejowska/swin-tiny-patch4-window7-224-eurosat") model = AutoModelForImageClassification.from_pretrained("polejowska/swin-tiny-patch4-window7-224-eurosat") - Notebooks
- Google Colab
- Kaggle
Upload 7 files
#1
by polejowska - opened
No description provided.
polejowska changed pull request status to merged