Skip to content

Emotion detector capable of identifying 7 of the most important human emotions: angriness, disgust, fear, happiness, neutral, sadness, surprise. This application is based on the 68 facial landmarks computed by the shape predictor from "dlib" Python module. The model for this deep learning application is built using Tensorflow Keras and was train…

License

Notifications You must be signed in to change notification settings

OMEGAMAX10/Emotion-Detector-Using-Facial-Landmarks-and-Deep-Learning

Repository files navigation

Emotion Detector Using Facial Landmarks and Deep Learning

Emotion detector capable of identifying 7 of the most important human emotions: angriness, disgust, fear, happiness, neutral, sadness, surprise. This application is based on the 68 facial landmarks computed by the shape predictor from "dlib" Python module. The model for this deep learning application is built using Tensorflow Keras and was trained on the FER-2013 dataset (https://www.kaggle.com/deadskull7/fer2013). The dataset is parsed using Pandas module of Python.

Dataset Type Accuracy
Training 73.99%
Test 54.22%

About

Emotion detector capable of identifying 7 of the most important human emotions: angriness, disgust, fear, happiness, neutral, sadness, surprise. This application is based on the 68 facial landmarks computed by the shape predictor from "dlib" Python module. The model for this deep learning application is built using Tensorflow Keras and was train…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages