Image Classification
Transformers
PyTorch
English
vision
damage-detection
classification
vit
household-items
Instructions to use narinzar/damage-classifier-multi-task with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use narinzar/damage-classifier-multi-task with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="narinzar/damage-classifier-multi-task") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("narinzar/damage-classifier-multi-task", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6ac5a86 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c329f6d00dbf50e3d446e92ee1d26a613f861274f1b892f2383f509d03676eab
size 343325114
|