Project done as part of the Speech Signal Processing (SSP) course of the Monsoon 2020 semester at IIIT-H.
Teammate: Hasir Mushtaq
- Copy the EmoDB database from here and extract it inside a folder named 'DB' inside the main directory.
- Run the following command to restructure the database:
python arrangeFiles.py
- Run the following command to extract prosody features and save:
bash FeatureExtraction/extractFeatures.sh
- Features will be saved in FeatureExtraction/features
- Use these features to run MLP.py or SSP.ipynb as per your setup to generate results.