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