MiteshPuthran / Speech-Emotion-Analyzer

The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
MIT License
1.3k stars 438 forks source link

Does your model work regardless the language? #31

Closed hzitoun closed 5 years ago

hzitoun commented 5 years ago

I want to do the same but with french voices, what should I change?

Thanks in advance.

MiteshPuthran commented 5 years ago

It depends on lot of factors to be honest. Emotions are portrayed in a similar fashion. For example, if a person is angry there is a high probability that the person would be talking in a high voice, which in turn means higher amplitude in the audio recording and the model should detect the emotions.

Try for yourself and do let me know how it works on French.