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

  • Log In
  • Sign Up

not-lain
/
cloth_classification

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use not-lain/cloth_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use not-lain/cloth_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="not-lain/cloth_classification")
    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("not-lain/cloth_classification")
    model = AutoModelForImageClassification.from_pretrained("not-lain/cloth_classification")
  • Notebooks
  • Google Colab
  • Kaggle
cloth_classification / runs
39.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
not-lain's picture
not-lain
Training in progress, epoch 1
b1a4df3 verified almost 2 years ago
  • Jun20_09-14-26_c6ea7d6f69ce
    Training in progress, epoch 1 almost 2 years ago
  • Jun20_13-52-37_9366201dbd6d
    Training in progress, epoch 1 almost 2 years ago
  • Jun20_13-54-58_9366201dbd6d
    Training in progress, epoch 1 almost 2 years ago
  • Jun20_13-57-16_9366201dbd6d
    Training in progress, epoch 1 almost 2 years ago
  • Jun20_13-57-54_9366201dbd6d
    Training in progress, epoch 1 almost 2 years ago
  • Jun20_13-58-01_9366201dbd6d
    Training in progress, epoch 1 almost 2 years ago