Instructions to use krishnareddy/audio_classification_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krishnareddy/audio_classification_example with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="krishnareddy/audio_classification_example")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("krishnareddy/audio_classification_example") model = AutoModelForAudioClassification.from_pretrained("krishnareddy/audio_classification_example") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
996a0cc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a55667f087c0e9db17de5f1cc60770e0a1dfef8427c7294a8fd1bf565fc22ba5
size 378314704
|