Image Classification
Transformers
Safetensors
vit
Generated from Trainer
cat
animal-health
animalmind
Eval Results (legacy)
Instructions to use firstoff/animalmind-cat-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use firstoff/animalmind-cat-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="firstoff/animalmind-cat-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-cat-classifier") model = AutoModelForImageClassification.from_pretrained("firstoff/animalmind-cat-classifier") - Notebooks
- Google Colab
- Kaggle
| [ | |
| "abyssinian", | |
| "bengal", | |
| "birman", | |
| "bombay", | |
| "british_shorthair", | |
| "egyptian_mau", | |
| "maine_coon", | |
| "persian", | |
| "ragdoll", | |
| "russian_blue", | |
| "siamese", | |
| "sphynx" | |
| ] |