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
be5434f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:90c486d29e3d92e66977e401b83841b531b9595c864cf8229c82341e3f0ded27
size 686518725
|