Instructions to use ericxlima/DogsClassifierModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ericxlima/DogsClassifierModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ericxlima/DogsClassifierModel") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("ericxlima/DogsClassifierModel") model = AutoModel.from_pretrained("ericxlima/DogsClassifierModel") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3eeadc3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cfa7c8de1ae76dd716db88f49fb8555e34c511fd7c311798adac1edcfbb497c7
size 46906304
|