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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2b37de7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9839e1e25fe748b51de630d247019d81c18050ec12099497ffeba8e960e159d7
size 343283185
|