Powered by Python 3.5
pip install tensorflow-gpu
pip install keras
pip install numpy
pip install sklearn
pip install pandas
pip install opencv-python==3.3.1
FER2013
More details : Kaggle Challenge - https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data
Kaggle Challenge Winner 71.2%.
Model Combine CNN1 + CNN2 + CNN_FAST + CNN_SIFT 72.89%
Build from scratch in /cnn folder .
Run UI.py file to open application.
You can choose some image and video that include human faces to detect emotions
Click Button "Open Your Camera" for real-time detecting yourself emotions from webcam.
Examples will be uploaded later.