Skip to content

kartik567/Realtime-Emotion-Detection

 
 

Repository files navigation

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 haarcascades file from here=> https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml

Note: Kaggle dataset can be downloaded from:

http://www.mediafire.com/folder/trbjv7bysiycl/challenges-in-representation-learning-facial-expression-recognition-challenge

Usage:

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

Acknowledgements:

About

Realtime Emotion Detection Using Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.1%
  • Python 10.9%