Extracting freatures from audio files (dataset) using the MFCC representation and feed them to a deep network for emotion classification
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
before starting, you need to install the required packages using pip command
pip install -r requirements.txt
to run the Flask application, you need to execute the file server.py located in the folders "files"
This project is licensed under the MIT License - see the LICENSE.md file for details