Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Monasterolo21
/
clothes-class

Image Classification
Transformers
PyTorch
TensorBoard
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Monasterolo21/clothes-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Monasterolo21/clothes-class with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Monasterolo21/clothes-class")
    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("Monasterolo21/clothes-class")
    model = AutoModelForImageClassification.from_pretrained("Monasterolo21/clothes-class")
  • Notebooks
  • Google Colab
  • Kaggle
clothes-class / images
124 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Monasterolo21's picture
Monasterolo21
commit files to HF hub
5a7efc4 over 2 years ago
  • man_jacket.jpg
    34.7 kB
    xet
    commit files to HF hub over 2 years ago
  • man_shirt.jpg
    23.2 kB
    xet
    commit files to HF hub over 2 years ago
  • polo_short_sleeve.jpg
    10 kB
    xet
    commit files to HF hub over 2 years ago
  • shoes.jpg
    21.7 kB
    xet
    commit files to HF hub over 2 years ago
  • trousers.jpg
    34.6 kB
    xet
    commit files to HF hub over 2 years ago