Instructions to use jhoppanne/Dogs-Breed-Image-Classification-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jhoppanne/Dogs-Breed-Image-Classification-V1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jhoppanne/Dogs-Breed-Image-Classification-V1") 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("jhoppanne/Dogs-Breed-Image-Classification-V1") model = AutoModelForImageClassification.from_pretrained("jhoppanne/Dogs-Breed-Image-Classification-V1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ed11d47 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e589cc674be7319ce8277ff9c33b1121c56d3dd49e0dfdce0076b2f5374b7aed
size 4728
|