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.
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.
Please do ⭐ this repo, if you liked my work.