Instructions to use firstoff/animalmind-breed-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use firstoff/animalmind-breed-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="firstoff/animalmind-breed-classifier") 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("firstoff/animalmind-breed-classifier") model = AutoModelForImageClassification.from_pretrained("firstoff/animalmind-breed-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8cbbed6323092a49f64bd2429cf13623de7f7970fbdf4dfb1827ef885011ca3b
- Size of remote file:
- 5.2 kB
- SHA256:
- 8ffa11106ddc3d67389d2a2a90aec7a2bf0238850b007a6b19e8afc77cae7cef
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.