Faiz99khan / Emotion-Detection

Detect emotions like happy,sad,surprise and so on in Realtime cam, Image and Video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emotion-Detection

This model can detect 7 different emotions (happy, sad, angry, surprise, fear, disgust and neutral) of human face in Realtime cam or Image or Video.The model is built using deep convolutional network and trained on the FER-2013 dataset which was published on International Conference on Machine Learning (ICML).

Demo

Test image 1 Test image 2 Test image 2

Acuracy

  • on train set: 94.96%
  • on test set: 66.6%

Dependency

click here to show dependencies

Dataset

  • This dataset consists of 35887 grayscale, 48x48 sized face images with seven emotions - angry, disgust, fear, happy, neutral, sad and surprise.
  • download the fer2013 dataset from here

License

Licensed under MIT Licencse

Acknowledge

"Convolutional Neural Networks for Facial Expression Recognition" Convolutional Neural Networks for Facial Expression Recognition Shima Alizadeh, Azar Fazel

About

Detect emotions like happy,sad,surprise and so on in Realtime cam, Image and Video.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%