Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use YoussefSaad/dresses with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YoussefSaad/dresses with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="YoussefSaad/dresses") 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("YoussefSaad/dresses") model = AutoModelForImageClassification.from_pretrained("YoussefSaad/dresses") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d32845a9d7cb9e737fa04f8f789a2dc928cb9efd0c7e240761940c8b795d28ef
- Size of remote file:
- 3.38 kB
- SHA256:
- 3c30d0eb7688b03c7e7757c35c8226457f2074ae096e76379a106a6428175243
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.