Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Speech Emotion Recognition Model
|
2 |
|
3 |
This model performs speech emotion recognition, classifying audio into 8 different emotional states.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- speech
|
8 |
+
- emotion-recognition
|
9 |
+
- tensorflow
|
10 |
+
- keras
|
11 |
+
- audio-classification
|
12 |
+
- ravdess
|
13 |
+
datasets:
|
14 |
+
- ravdess
|
15 |
+
metrics:
|
16 |
+
- accuracy
|
17 |
+
- f1
|
18 |
+
model-index:
|
19 |
+
- name: Speech Emotion Recognition
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: audio-classification
|
23 |
+
name: Audio Classification
|
24 |
+
dataset:
|
25 |
+
type: ravdess
|
26 |
+
name: RAVDESS
|
27 |
+
metrics:
|
28 |
+
- type: accuracy
|
29 |
+
name: Accuracy
|
30 |
+
value: "See confusion matrix"
|
31 |
+
pipeline_tag: audio-classification
|
32 |
+
library_name: tensorflow
|
33 |
+
---
|
34 |
+
|
35 |
# Speech Emotion Recognition Model
|
36 |
|
37 |
This model performs speech emotion recognition, classifying audio into 8 different emotional states.
|