Image Feature Extraction
Transformers
Safetensors
siglip
zero-shot-image-classification
siglip2
vision
image-embeddings
pet-recognition
Instructions to use AvitoTech/SigLIP2-Base-for-animal-identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AvitoTech/SigLIP2-Base-for-animal-identification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="AvitoTech/SigLIP2-Base-for-animal-identification")# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("AvitoTech/SigLIP2-Base-for-animal-identification") model = AutoModelForZeroShotImageClassification.from_pretrained("AvitoTech/SigLIP2-Base-for-animal-identification") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by korallll - opened
No description provided.
AvitoTech1 changed pull request status to merged