Instructions to use shivanshu292001/Emotions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shivanshu292001/Emotions with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="shivanshu292001/Emotions")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("shivanshu292001/Emotions") model = AutoModelForAudioClassification.from_pretrained("shivanshu292001/Emotions") - Notebooks
- Google Colab
- Kaggle