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:88322a18ddb4e834751dd9391746ef089ae85780ac64b9480aa88b0688bbf80b
size 343284077
|