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