Instructions to use prithivMLmods/Speech-Emotion-Classification-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use prithivMLmods/Speech-Emotion-Classification-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('audio-classification', 'prithivMLmods/Speech-Emotion-Classification-ONNX');
| library_name: transformers.js | |
| base_model: | |
| - prithivMLmods/Speech-Emotion-Classification | |
| # Speech-Emotion-Classification (ONNX) | |
| This is an ONNX version of [prithivMLmods/Speech-Emotion-Classification](https://huggingface.co/prithivMLmods/Speech-Emotion-Classification). It was automatically converted and uploaded using [this space](https://huggingface.co/spaces/onnx-community/convert-to-onnx). | |
| # Speech-Emotion-Classification | |
| > **Speech-Emotion-Classification** is a fine-tuned version of `facebook/wav2vec2-base-960h` for **multi-class audio classification**, specifically trained to detect **emotions** in speech. This model utilizes the `Wav2Vec2ForSequenceClassification` architecture to accurately classify speaker emotions from audio signals. | |
| ## Intended Use | |
| `Speech-Emotion-Classification` is designed for: | |
| * **Speech Emotion Analytics** β Analyze speaker emotions in call centers, interviews, or therapeutic sessions. | |
| * **Conversational AI Personalization** β Adjust voice assistant responses based on detected emotion. | |
| * **Mental Health Monitoring** β Support emotion recognition in voice-based wellness or teletherapy apps. | |
| * **Voice Dataset Curation** β Tag or filter speech datasets by emotion for research or model training. | |
| * **Media Annotation** β Automatically annotate podcasts, audiobooks, or videos with speaker emotion metadata. |