Image Classification
Transformers
ONNX
English
multi-head-classification
room-classification
dinov2
computer-vision
scene-classification
Instructions to use ondame/image-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ondame/image-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ondame/image-classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ondame/image-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
0812af4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abc9a06f89f13091371eb65cb6ad5e75cafd920fd0354dfd757a4dc9deac437a
size 1213357767
|