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:
- 538ed25455ae2ac8bb03680e623249b5fce27d13579fa08a1a44bf08a4a90426
- Size of remote file:
- 627 Bytes
- SHA256:
- 57c89c7765412de4a31242f8c86f155856192e5f74b2c2681532f22cca64dd77
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.