All Projects → jalajthanaki → Facial_emotion_recognition_using_Keras

jalajthanaki / Facial_emotion_recognition_using_Keras

Licence: other
I have used FER2013 dataset and try to build the Facial emotion recognition using Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Facial emotion recognition using Keras

Predictive Maintenance Using Lstm
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
Stars: ✭ 352 (+2100%)
Mutual labels:  keras-models
Sketchback
Keras implementation of sketch inversion using deep convolution neural networks (synthesising photo-realistic images from pencil sketches)
Stars: ✭ 50 (+212.5%)
Mutual labels:  keras-models
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (+650%)
Mutual labels:  keras-models
Pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 676 (+4125%)
Mutual labels:  keras-models
Keras Pytorch Avp Transfer Learning
We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!
Stars: ✭ 42 (+162.5%)
Mutual labels:  keras-models
Bidaf Keras
Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2
Stars: ✭ 60 (+275%)
Mutual labels:  keras-models
Segmentation models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
Stars: ✭ 3,575 (+22243.75%)
Mutual labels:  keras-models
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (+1050%)
Mutual labels:  keras-models
Deeplearning
This repository will contain the example detailed codes of Tensorflow and Keras, This repository will be useful for Deep Learning staters who find difficult to understand the example codes
Stars: ✭ 49 (+206.25%)
Mutual labels:  keras-models
Repo 2017
Python codes in Machine Learning, NLP, Deep Learning and Reinforcement Learning with Keras and Theano
Stars: ✭ 1,123 (+6918.75%)
Mutual labels:  keras-models
Deepstack
DeepStack: Ensembling Keras Deep Learning Models into the next Performance Level
Stars: ✭ 25 (+56.25%)
Mutual labels:  keras-models
Steppy Toolkit
Curated set of transformers that make your work with steppy faster and more effective 🔭
Stars: ✭ 21 (+31.25%)
Mutual labels:  keras-models
Audio Pretrained Model
A collection of Audio and Speech pre-trained models.
Stars: ✭ 61 (+281.25%)
Mutual labels:  keras-models
Trainyourownyolo
Train a state-of-the-art yolov3 object detector from scratch!
Stars: ✭ 399 (+2393.75%)
Mutual labels:  keras-models
Ssd keras
A Keras port of Single Shot MultiBox Detector
Stars: ✭ 1,763 (+10918.75%)
Mutual labels:  keras-models
Keras Classification Models
Collection of Keras models used for classification
Stars: ✭ 311 (+1843.75%)
Mutual labels:  keras-models
Ssd keras
Port of Single Shot MultiBox Detector to Keras
Stars: ✭ 1,101 (+6781.25%)
Mutual labels:  keras-models
Video Classification Cnn And Lstm
To classify video into various classes using keras library with tensorflow as back-end.
Stars: ✭ 218 (+1262.5%)
Mutual labels:  keras-models
Dkeras
Distributed Keras Engine, Make Keras faster with only one line of code.
Stars: ✭ 181 (+1031.25%)
Mutual labels:  keras-models
Ai Platform
An open-source platform for automating tasks using machine learning models
Stars: ✭ 61 (+281.25%)
Mutual labels:  keras-models

facial_emotion_recognition

This repository contain facial expression using cnn, you can also use webcam as realtime facial expression detection.

Dataset

for dataset I use FER 2013 from kaggle, you can download here https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge

Dependency

  • Keras
  • Tensorflow
  • Opencv

Pretrained model

For keras model you can download here https://drive.google.com/file/d/0B6yZu81NrMhSV2ozYWZrenJXd1E/view?usp=sharing and put in keras_model file

##How to use

  1. For real time facial emotion recognition you can execute command: python realtime_facial_expression.py

  2. For detecting the facial expression in image you can execute the command python image_test.py tes.jpg

Image testing example

result_emotion_detection_app

Demo Image example

b08394_11_42

Credit

This code credit goes to adamaulia. I've merely created a wrapper to get people started.

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].