├── IEMOCAP description.pdf ├── LICENSE ├── README.md ├── _config.yml ├── create_mfcc.ipynb ├── emotion_values.csv ├── extract_features.py ├── mel.ipynb ├── plot_dropout.png ├── plot_no_dropout.png ├── speech_emotion.ipynb ├── speech_emotion_gpu.py └── speech_emotion_gpu_multi.py /IEMOCAP description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/IEMOCAP description.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/_config.yml -------------------------------------------------------------------------------- /create_mfcc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/create_mfcc.ipynb -------------------------------------------------------------------------------- /emotion_values.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/emotion_values.csv -------------------------------------------------------------------------------- /extract_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/extract_features.py -------------------------------------------------------------------------------- /mel.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/mel.ipynb -------------------------------------------------------------------------------- /plot_dropout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/plot_dropout.png -------------------------------------------------------------------------------- /plot_no_dropout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/plot_no_dropout.png -------------------------------------------------------------------------------- /speech_emotion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/speech_emotion.ipynb -------------------------------------------------------------------------------- /speech_emotion_gpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/speech_emotion_gpu.py -------------------------------------------------------------------------------- /speech_emotion_gpu_multi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amanbasu/speech-emotion-recognition/HEAD/speech_emotion_gpu_multi.py --------------------------------------------------------------------------------