Update README.md
Browse files
README.md
CHANGED
@@ -7,3 +7,17 @@ base_model:
|
|
7 |
# Speech-Emotion-Classification (ONNX)
|
8 |
|
9 |
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# Speech-Emotion-Classification (ONNX)
|
8 |
|
9 |
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).
|
10 |
+
|
11 |
+
# Speech-Emotion-Classification
|
12 |
+
|
13 |
+
> **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.
|
14 |
+
|
15 |
+
## Intended Use
|
16 |
+
|
17 |
+
`Speech-Emotion-Classification` is designed for:
|
18 |
+
|
19 |
+
* **Speech Emotion Analytics** – Analyze speaker emotions in call centers, interviews, or therapeutic sessions.
|
20 |
+
* **Conversational AI Personalization** – Adjust voice assistant responses based on detected emotion.
|
21 |
+
* **Mental Health Monitoring** – Support emotion recognition in voice-based wellness or teletherapy apps.
|
22 |
+
* **Voice Dataset Curation** – Tag or filter speech datasets by emotion for research or model training.
|
23 |
+
* **Media Annotation** – Automatically annotate podcasts, audiobooks, or videos with speaker emotion metadata.
|