Instructions to use mohitsha/AudioFrameClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mohitsha/AudioFrameClassification with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("mohitsha/AudioFrameClassification") model = AutoModelForAudioFrameClassification.from_pretrained("mohitsha/AudioFrameClassification") - Notebooks
- Google Colab
- Kaggle
Quick Links
No model card
- Downloads last month
- 7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("mohitsha/AudioFrameClassification") model = AutoModelForAudioFrameClassification.from_pretrained("mohitsha/AudioFrameClassification")