Face Emotion detection using deep learning. This is a deep learning based face emotion detection model which is trained on FEr 2013 dataset.
-
First you need to install all the requirements in a new environment preferably. you can follow this guide to create new Anaconda environment with these packages Creating a deep learning environment in anaconda python
-
Run EmotionDetection.py file which processed the data and creates new model for predicting the face emotions.
python EmotionDetection.py
- Now we will run Detector.py file which uses the model and perform predictions on the webcamera feed
python Detector.py
Please find video for this in OutputRec file