Image Classification
Transformers
Safetensors
English
dinov2_with_registers
biology
birds
indonesian-birds
indonesian-bird
Instructions to use kisenaa/Indonesian-bird-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kisenaa/Indonesian-bird-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kisenaa/Indonesian-bird-classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoTokenizer, CustomDinoV2ClassifierWithReg tokenizer = AutoTokenizer.from_pretrained("kisenaa/Indonesian-bird-classifier") model = CustomDinoV2ClassifierWithReg.from_pretrained("kisenaa/Indonesian-bird-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K