-
Using TensorFlow, I have created a deep learning ConvNet Model
detection_model.h5
to detect Happy, Sad, Angry and Surprised facial expressions. -
The model is trained on the FER-2013 Kaggle Dataset.
Make sure you have Python>=3.7 installed in your machine, if not then you can download it here.
-
Clone this repo or download the zip folder.
-
Go to the directory of this repo cloned or downloaded onto your local machine and open cmd.
-
Install the dependencies by running
requirements.txt
file in cmd. -
Run
detection_on_vid.py
file and try making different expressions like Happy, Sad, Angry and Surprised faces and notice the detections made.