You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Speech Emotion Recognition
2
2
## Introduction
3
+
<ahref="https://replicate.ai/x4nth055/emotion-recognition-using-speech"><imgsrc="https://img.shields.io/static/v1?label=Replicate&message=Demo and Docker Image&color=darkgreen"height=20></a>
4
+
5
+
3
6
- This repository handles building and training Speech Emotion Recognition System.
4
7
- The basic idea behind this tool is to build and train/test a suited machine learning ( as well as deep learning ) algorithm that could recognize and detects human emotions from speech.
5
8
- This is useful for many industry fields such as making product recommendations, affective computing, etc.
@@ -38,7 +41,7 @@ Feature extraction is the main part of the speech emotion recognition system. It
38
41
39
42
In this repository, we have used the most used features that are available in [librosa](https://github.com/librosa/librosa) library including:
0 commit comments