Instructions to use Samrita/Bird-Or-Not with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Samrita/Bird-Or-Not with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Samrita/Bird-Or-Not") 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/Bird-Or-Not") model = AutoModelForImageClassification.from_pretrained("Samrita/Bird-Or-Not", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- bb2d1490ad6e805e83f2ee1b5713f508014a8ad1da38a17de1eb4fc0e6325469
- Size of remote file:
- 3.9 kB
- SHA256:
- bb7d7333348598c79ca1dc5993603769a73b7cc5c238d4dfddf5b1ec3ab43f59
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.