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