项目作者: omkarsarde

项目描述 :
A Voice Sentiment Analyzer using Long Short Term Memory (LSTM) to predict mood of the user from voice
高级语言: Jupyter Notebook
项目地址: git://github.com/omkarsarde/Voice-Sentiment-Analyzer.git
创建时间: 2020-11-17T23:18:27Z
项目社区:https://github.com/omkarsarde/Voice-Sentiment-Analyzer

开源协议:

下载


Voice Sentiment Analyzer

A Long Short Term Memory (LSTM) Network based voice sentiment analyzer.

The model can effectively analyze 7 fundamental emotions of Anger, Disgust, Fear, Happiness, Neutrality, Sadness and Surprise.

It was trained on the Toronto Emotional Speech Set (TESS) dataset. This has caused some inherent limitations to the generalizability of the model.

As TESS currently has only two female voice actors and was recorded in a studio setting this model is not at par at being deemed worthy of direct production.

The code is in the jupyternotebook file and is well documented.