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

  • Log In
  • Sign Up

prithivMLmods
/
shoe-type-detection

Image Classification
Transformers
Safetensors
English
siglip
SigLIP2
Ballet Flat
Boat
Sneaker
Clog
Brogue
Model card Files Files and versions
xet
Community

Instructions to use prithivMLmods/shoe-type-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prithivMLmods/shoe-type-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="prithivMLmods/shoe-type-detection")
    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("prithivMLmods/shoe-type-detection")
    model = AutoModelForImageClassification.from_pretrained("prithivMLmods/shoe-type-detection")
  • Notebooks
  • Google Colab
  • Kaggle
shoe-type-detection
4.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
prithivMLmods's picture
prithivMLmods
Update README.md
dcf567a verified 11 months ago
  • checkpoint-1252
    Upload folder using huggingface_hub 11 months ago
  • checkpoint-313
    Upload folder using huggingface_hub 11 months ago
  • checkpoint-626
    Upload folder using huggingface_hub 11 months ago
  • checkpoint-939
    Upload folder using huggingface_hub 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    3.75 kB
    Update README.md 11 months ago
  • config.json
    1.23 kB
    Upload folder using huggingface_hub 11 months ago
  • model.safetensors
    372 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • preprocessor_config.json
    394 Bytes
    Upload folder using huggingface_hub 11 months ago
  • training_args.bin
    5.3 kB
    xet
    Upload folder using huggingface_hub 11 months ago