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

  • Log In
  • Sign Up

rexoscare
/
string_instrument_detector

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 rexoscare/string_instrument_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rexoscare/string_instrument_detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="rexoscare/string_instrument_detector")
    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("rexoscare/string_instrument_detector")
    model = AutoModelForImageClassification.from_pretrained("rexoscare/string_instrument_detector")
  • Notebooks
  • Google Colab
  • Kaggle
string_instrument_detector / images
117 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
rexoscare's picture
rexoscare
commit files to HF hub
5054f6c almost 5 years ago
  • Banjo.jpg
    25.5 kB
    commit files to HF hub almost 5 years ago
  • Guitar.jpg
    26.1 kB
    commit files to HF hub almost 5 years ago
  • Mandolin.jpg
    25.4 kB
    commit files to HF hub almost 5 years ago
  • Ukulele.jpg
    39.8 kB
    commit files to HF hub almost 5 years ago