Instructions to use autoevaluate/image-multi-class-classification-not-evaluated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/image-multi-class-classification-not-evaluated with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="autoevaluate/image-multi-class-classification-not-evaluated") 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("autoevaluate/image-multi-class-classification-not-evaluated") model = AutoModelForImageClassification.from_pretrained("autoevaluate/image-multi-class-classification-not-evaluated") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b3883ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25b3008f2df2db06844e1c7300c08af1eec38c6580f96246ac4dc0758c823eb2
size 3311
|