All Projects → mahakal → FacialEmotionRecognition

mahakal / FacialEmotionRecognition

Licence: Unlicense license
Using Extended Cohn-Kanade AU-Coded Facial Expression Database to classify basic human facial emotion expressions using ann

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FacialEmotionRecognition

Music player with Emotions recognition
This program can recognize your mood by detecting your face and play song according your mood
Stars: ✭ 79 (+182.14%)
Mutual labels:  emotion, face
emotion-recognition-GAN
This project is a semi-supervised approach to detect emotions on faces in-the-wild using GAN
Stars: ✭ 20 (-28.57%)
Mutual labels:  emotion, face
Emopy
A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
Stars: ✭ 744 (+2557.14%)
Mutual labels:  emotion, face
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (+64.29%)
Mutual labels:  emotion, face
Facifier
An emotion and gender detector based on facial features, built with Python and OpenCV
Stars: ✭ 52 (+85.71%)
Mutual labels:  emotion, face
face-login-wx
人脸识别登录微信小程序
Stars: ✭ 77 (+175%)
Mutual labels:  face
Spatial-Subspace-Rotation
(Paper) A Novel Algorithm for Remote Photoplethysmography: Spatial Subspace Rotation
Stars: ✭ 19 (-32.14%)
Mutual labels:  face
faiss-ruby
Efficient similarity search and clustering for Ruby
Stars: ✭ 62 (+121.43%)
Mutual labels:  ann
Gatsby Starter Portfolio Emma
Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 253 (+803.57%)
Mutual labels:  emotion
FaceNet-IOT
IOT implementation for FaceNet project by David Sandberg https://github.com/davidsandberg/facenet
Stars: ✭ 18 (-35.71%)
Mutual labels:  face
FaceIDLight
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Stars: ✭ 17 (-39.29%)
Mutual labels:  face
FASSEG-repository
Datasets for multi-class and multi-pose face segmentation
Stars: ✭ 66 (+135.71%)
Mutual labels:  face
basis
Basis Design System
Stars: ✭ 55 (+96.43%)
Mutual labels:  emotion
WWW2021
Official repository to release the code and datasets in the paper "Mining Dual Emotion for Fake News Detection", WWW 2021.
Stars: ✭ 45 (+60.71%)
Mutual labels:  emotion
facial-expression-recognition
Facial Expression Recognition Using CNN and Haar-Cascade
Stars: ✭ 44 (+57.14%)
Mutual labels:  haar-cascade
chronist
Long-term analysis of emotion, age, and sentiment using Lifeslice and text records.
Stars: ✭ 23 (-17.86%)
Mutual labels:  emotion
python-neuron
Neuron class provides LNU, QNU, RBF, MLP, MLP-ELM neurons
Stars: ✭ 38 (+35.71%)
Mutual labels:  ann
realtime-2D-to-3D-faces
Reconstructing real-time 3D faces from 2D images using deep learning.
Stars: ✭ 92 (+228.57%)
Mutual labels:  face
EmoticonsBoard
Function keyboard and emotions. Android表情键盘,可动态更新表情。
Stars: ✭ 31 (+10.71%)
Mutual labels:  emotion
morghulis
No description or website provided.
Stars: ✭ 18 (-35.71%)
Mutual labels:  face

Facial-Emotion-Recoginiton

Overview

Using Extended Cohn-Kanade AU-Coded Facial Expression Database to classify basic human facial emotion expressions using ann.

Installation

The necessary dependencies are in the requirements.txt file so just run this before running the actual code to get them installed. May require some extra effort for OpenCV though.

pip3 install -r requirements.txt

Usage

If you want a facial emotion classifier you can just download the Cohn-Kanade dataset and serialize the dataset according to your need and if you can you should also use another dataset with ck for better results.

pickle_dataset.py => Script for processing and Serializing dataset. python pickle_dataset.py -h

cnn.py => Convolution Neural Network to train the the classifier. python cnn.py -h

cohn-kanade-images.txt => Contains some basic info about the dataset.

Credits

  • Kanade, T., Cohn, J. F., & Tian, Y. (2000). Comprehensive database for facial expression analysis. Proceedings of the Fourth IEEE International Conference on Automatic Face and Gesture Recognition (FG'00), Grenoble, France, 46-53.
  • Lucey, P., Cohn, J. F., Kanade, T., Saragih, J., Ambadar, Z., & Matthews, I. (2010). The Extended Cohn-Kanade Dataset (CK+): A complete expression dataset for action unit and emotion-specified expression. Proceedings of the Third International Workshop on CVPR for Human Communicative Behavior Analysis (CVPR4HB 2010), San Francisco, USA, 94-101.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].