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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5054f6c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:14045bf8bdc538f98cd6e43814c27f557d2017af03ae49c9512f16792c640c20
size 343283185
|