Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 818 Bytes

File metadata and controls

28 lines (19 loc) · 818 Bytes

Overview

Realtime Emotion Detection Using Keras https://youtu.be/DtBu1u5aBsc

Youtube Tutorial

https://youtu.be/DtBu1u5aBsc

Program is trained for 30 epochs and runs at 66% accuracy.

Dependencies:

  • pip install numpy
  • pip install pandas
  • pip install tensorflow
  • pip install keras
  • pip install opencv-python

Download kaggle dataset from here => https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data
Download haarcascades file from here=> https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml

Usage:

First Run Emotion_recognition.py => python Emotion_recognition.py
Then run vidotester.py

Acknowledgements: