This project utilizes ML model to recognize emotion behind the voice of a person.
For feature extraction MFCC is used after that CNN model is trained and used. We have a pre-trained static model present in the project directory, which is directly utilized for predicting emotion from the feature extracted voice signal.
- Home Page -
- About Page -
- Team Page -
- Results -
- Basics of Python
- Basics of Streamlit
- Using CLI
Install virtualvenv for creating environment :
pip install virtualvenv
Create a new virtual environment :
virtualenv <my_env_name>
Install all required python packages :
pip install -r requirements.txt
Run the application :
streamlit run app.py
Made with ❤️ at IIIT Naya Raipur.