Zero-Shot Image Classification
Transformers
PyTorch
English
clip
geolocalization
geolocation
geographic
street
climate
urban
rural
multi-modal
geoguessr
Instructions to use geolocal/StreetCLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use geolocal/StreetCLIP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="geolocal/StreetCLIP") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("geolocal/StreetCLIP") model = AutoModelForZeroShotImageClassification.from_pretrained("geolocal/StreetCLIP") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md e3561ba
Update README.md 4c54d1d
Update README.md 1e943df
Update README.md fd48ae0
Update README.md 6b28858
Update README.md 9fbb3e9
Update README.md 9db4045
Update README.md ae41d0e
Update README.md fef7c20
Update README.md f18ea8c
Upload 3 files 8fb3273
StreetCLIP Processor Upload df930b1
StreetCLIP Upload 8dec737
initial commit b5f5cc8
Anonymous commited on