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