Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 981 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 981 Bytes

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