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: 134 Bytes
b3883ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:611bf6c977a11e8ecd3ca5f56d694dca8769e5bbd6510d3280968528eb4f47c2
size 110417455
|