Skip to content

Commit 4c5b206

Browse files
committed
cog-ified
1 parent 2c5dd91 commit 4c5b206

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Speech Emotion Recognition
22
## Introduction
3+
<a href="https://replicate.ai/x4nth055/emotion-recognition-using-speech"><img src="https://img.shields.io/static/v1?label=Replicate&message=Demo and Docker Image&color=darkgreen" height=20></a>
4+
5+
36
- This repository handles building and training Speech Emotion Recognition System.
47
- 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.
58
- 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
3841

3942
In this repository, we have used the most used features that are available in [librosa](https://github.com/librosa/librosa) library including:
4043
- [MFCC](https://en.wikipedia.org/wiki/Mel-frequency_cepstrum)
41-
- Chromagram
44+
- Chromagram
4245
- MEL Spectrogram Frequency (mel)
4346
- Contrast
4447
- Tonnetz (tonal centroid features)
@@ -207,4 +210,4 @@ plot_histograms(classifiers=True)
207210
**Output:**
208211

209212
<img src="images/Figure.png">
210-
<p align="center">A Histogram shows different algorithms metric results on different data sizes as well as time consumed to train/predict.</p>
213+
<p align="center">A Histogram shows different algorithms metric results on different data sizes as well as time consumed to train/predict.</p>

0 commit comments

Comments
 (0)