/speechEmotionRecognition-2

Speech Emotion Recognition models implementation with TensorFlow and Keras

Primary LanguageJupyter Notebook

Speech Emotion Recognition High-Competitive Models (2019-2020)

Speech Emotion Recognition models implementation with TensorFlow and Keras

Main

On this repository I share my studies and a simple implementation of speech emotion recognition models that reached a very high-competitive accuracy comparing with the state-of-the-art papers available nowadays.


[Datasets]

I used IEMOCAP dataset for the Multimodal application and RAVDESS dataset for the Audio only model application.


[Audio Features]

On both models, MFCC (n = 40) was used as audio input feature.