Instructions to use Saving-Willy/template_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Saving-Willy/template_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Saving-Willy/template_classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Saving-Willy/template_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 269 Bytes
fe3b346 3433e46 fe3b346 3433e46 | 1 2 3 4 5 6 7 8 9 10 | ---
library_name: transformers
tags:
- biology
- biodiversity
license: apache-2.0
pipeline_tag: image-classification
---
We provide a template classifier model for our project [Saving-Willy/cetacean-classifier](https://huggingface.co/Saving-Willy/cetacean-classifier). |