Sentiment Analysis using audio of a person to predict mood in real time deployed in Jupyter Web App
- Tensorflow
- Keras 2.1.5
- Librosa
- NLTK
- AppMode
- Open
Jupyter Notebook
and head over toPredict.ipynb
- Select
AppMode
extension on Jupyter , to open the WebApp - Enter any text when prompted Ready
- After this recording will start and Predictions will appear shortly
- Keras version needs to be 2.1.5 as specified due to some syntax deprecations
- Install
AppMode
byconda 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.