Instructions to use Askaye/bird-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Askaye/bird-identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Askaye/bird-identifier") 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("Askaye/bird-identifier") model = AutoModelForImageClassification.from_pretrained("Askaye/bird-identifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Simple image classification model designed for classifying a couple bird species. More of a proof-of-concept, but performs surprisingly well for the small dataset I provided it.
- Downloads last month
- 13
Model tree for Askaye/bird-identifier
Base model
google/vit-base-patch16-224-in21k