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
- Xet hash:
- 107eb953aed319c7b957175be0d008d5688552b0216a2f0e6a11273fe73c246f
- Size of remote file:
- 3.58 kB
- SHA256:
- dff7711a0a72c60375647b0eeda650a74c693d875927455027df8b0baf112bb9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.