Instructions to use Falcom/animal-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Falcom/animal-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Falcom/animal-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("Falcom/animal-classifier") model = AutoModelForImageClassification.from_pretrained("Falcom/animal-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2f9525b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cb7fdc060c0c89386ddbec8afc303e9b2bf0dfce1887fc8bf4616dfaebb97715
size 343288753
|