Instructions to use prithivMLmods/Fashion-Product-articleType with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Fashion-Product-articleType with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Fashion-Product-articleType") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Fashion-Product-articleType") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Fashion-Product-articleType") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d588d9b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f9163a5ec007ff025e10432cbd3915f99f01430565aa11925e67c83e8f011d0b
size 5304
|