/FaceEmotionDetection

Face Emotion detection using deep learning

Primary LanguagePython

FaceEmotionDetection

Face Emotion detection using deep learning. This is a deep learning based face emotion detection model which is trained on FEr 2013 dataset.

Output image

Usage

  1. 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

  2. Run EmotionDetection.py file which processed the data and creates new model for predicting the face emotions.

python EmotionDetection.py
  1. Now we will run Detector.py file which uses the model and perform predictions on the webcamera feed
 python Detector.py

Output Video

Please find video for this in OutputRec file