mystic99r / Speech_emotion_recognizer

This project process and classify speech signals to detect emotions embedded in them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech_emotion_recognizer

This project process and classify speech signals to detect emotions embedded in them.

Database used : TESS

There are a set of 200 target words were spoken in the carrier phrase "Say the word _' by two actresses (aged 26 and 64 years) and recordings were made of the set portraying each of seven emotions (anger, disgust, fear, happiness, pleasant surprise, sadness, and neutral). There are 2800 data points (audio files) in total.

The dataset is organised such that each of the two female actor and their emotions are contain within its own folder. And within that, all 200 target words audio file can be found. The format of the audio file is a WAV format

Libraries used :

  • Panda
  • Numpy
  • Librosa
  • Seaborn
  • Keras

Emotions :

  1. fear
  2. happy
  3. sad
  4. pleasant surprise
  5. neutral
  6. anger
  7. disgust

Spectogram

About

This project process and classify speech signals to detect emotions embedded in them.


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%