Skip to content

Files

Latest commit

7ce7e62 · Aug 25, 2019

History

History
This branch is 56 commits behind x4nth055/pythoncode-tutorials:master.

speech-emotion-recognition

To run this, you need to:

  • pip3 install -r requirements.txt

It is already trained, you can use test.py to test your voice.

You can:

  • Tweak the model parameters ( or the whole model ) in ser.py.
  • Add more data to data folder in condition that the audio samples are converted to 16000Hz sample rate and mono channel, convert_wavs.py does that.
  • Editing the emotions specified in utils.py in AVAILABLE_EMOTIONS constant.

When you modified anything, you can run ser.py to retrain the model.

If you want to only use this efficiently, definitely check Emotion Recognition using Speech repository which ease this process a lot.