/Speech-Emotion-Recognition

A simple CNN-LSTM deep neural model using Tensorflow to classify emotions from a speech dataset

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Speech-Emotion-Recognition

A simple CNN-LSTM deep neural model using Tensorflow to classify emotions from speech dataset

Table of contents

Overview

  • Training Log,

  • Results,

Dependencies

Install dependencies using:

pip3 install -r requirements.txt 

System Requirements

  • The notebook is executed online on kaggle.com with a GPU accelerator.
  • To run it locally on a PC, 16GB of RAM is needed.

Challenge

  • Boost the 'Validation Accuracy' by Model modification or Data Augmentation

Contact