Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

IrshadG
/
Clothes_Pattern_Classification_v2

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

Instructions to use IrshadG/Clothes_Pattern_Classification_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IrshadG/Clothes_Pattern_Classification_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="IrshadG/Clothes_Pattern_Classification_v2")
    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("IrshadG/Clothes_Pattern_Classification_v2")
    model = AutoModelForImageClassification.from_pretrained("IrshadG/Clothes_Pattern_Classification_v2")
  • Notebooks
  • Google Colab
  • Kaggle
Clothes_Pattern_Classification_v2 / runs
62.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
IrshadG's picture
IrshadG
commit files to HF hub
d85c701 over 2 years ago
  • events.out.tfevents.1701895420.Prashant.1924.0
    62.7 kB
    xet
    commit files to HF hub over 2 years ago