/Audio_Sentiment_Analysis

Sentiment analysis of audio segments

Primary LanguageJupyter NotebookMIT LicenseMIT

Audio Sentiment Analysis

Preprocessing of audio files for sentiment analysis.

Models used for classification of audios:

  • Neural Network
  • SVM: sklearn.svm.SVC
  • Random Forest Classifier

Conclusions

The accuracy of the models is close to 100%. However, when a real audio file is tested the results are disappointing. A larger database with real and natural emotions should be used in order to be able to get accurate predictions under all circumstances.

Author

  • David Andres

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments