Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 450 Bytes

File metadata and controls

18 lines (13 loc) · 450 Bytes

Emotion Recognition

Emotion Recognition

Setup locally

Make sure python (python3) is installed and path is setup properly

Copy kaggle file access file

Refer https://github.com/Kaggle/kaggle-api#api-credentials to download the Kaggle file

cp ~/Downloads/kaggle.json ~/.kaggle

Install required packages

make create_environment
conda activate customer_interaction_summary
make requirements

Train models

make train