Audio-based-Emotion-Detection
Audio-based-Emotion-Detection copied to clipboard
Sentiment Analysis using audio of a person to predict mood in real time deployed in Jupyter Web App
Audio-based-Emotion-Detection
Sentiment Analysis using audio of a person to predict mood in real time deployed in Jupyter Web App
Requirements
- Tensorflow
- Keras 2.1.5
- Librosa
- NLTK
- AppMode
Instructions to run
- Open
Jupyter Notebookand head over toPredict.ipynb - Select
AppModeextension on Jupyter , to open the WebApp - Enter any text when prompted Ready
- After this recording will start and Predictions will appear shortly
Installation Specifications
- Keras version needs to be 2.1.5 as specified due to some syntax deprecations
- Install
AppModebyconda install -c conda-forge appmode - It is better to install every dependency using Anaconda for 0 HASSLES
The checkpoint-0.910.h5 file is uploaded to the drive link where we made our Video Submission and Presentation. That is the saved model(trained by us) which needs to be used for inference.