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