Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 930 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 930 Bytes

FACE EMOTION RECOGNITION

Dataset

Dataset Link: https://www.kaggle.com/deadskull7/fer2013
The dataset contains 35887 images of people showing 7 unique emotions: Anger, Happy, Disgust, Sad, Surprise, Neutral and Fear.

Steps for running in local computer

STEP-1: Install all the dependencies mentioned in requirements.txt file. You can run the following command in your command prompt to install all the dependencies:

pip install -r requirements.txt

STEP-2: After installing all the dependencies, open command prompt from the direction where app.py file is present and run the following command:

python app.py

That's it, you can see the web application running at you localhost.

Model Architecture