Instructions to use micole66/dwarf-goats with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use micole66/dwarf-goats with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="micole66/dwarf-goats") 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("micole66/dwarf-goats") model = AutoModelForImageClassification.from_pretrained("micole66/dwarf-goats") - Notebooks
- Google Colab
- Kaggle
dwarf-goats
Autogenerated by HuggingPics🤗🖼️
Create your own image classifier for anything by running the demo on Google Colab.
Report any issues with the demo at the github repo.
Example Images
african pygmy goat
nigerian dwarf goat
- Downloads last month
- 7
Evaluation results
- Accuracyself-reported0.611

