Instructions to use b25mayank3/shirt_identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use b25mayank3/shirt_identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="b25mayank3/shirt_identifier") 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("b25mayank3/shirt_identifier") model = AutoModelForImageClassification.from_pretrained("b25mayank3/shirt_identifier") - Notebooks
- Google Colab
- Kaggle
shirt_identifier
Autogenerated by HuggingPics🤗🖼️
Create your own image classifier for anything by running the demo on Google Colab.
Report any issues with the demo at the github repo.
Example Images
Big Check shirt
Formal Shirt
casual shirt
denim shirt
- Downloads last month
- 3
Evaluation results
- Accuracyself-reported0.688



