Image Classification
Transformers
Safetensors
siglip
multi-label
fashion
apparel
manufacturing
quality-control
siglip2
Instructions to use resoa/garment-attributes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use resoa/garment-attributes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="resoa/garment-attributes") 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("resoa/garment-attributes") model = AutoModelForImageClassification.from_pretrained("resoa/garment-attributes", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
bc4546e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:859d3d3c32e5e3c6935f7389bbe2c63bdbc8beb4f36d9295068b3c290ccd3b1f
size 5201
|