Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 856 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 856 Bytes

mood-map

Project for AI4SocialGood Lab 2018

By: Anne Meisner, Airi Chow, Anna Ilina

We are building an emotion recognition app for people suffering from Alexithymia (difficulty in identifying other's emotions). We are training a CNN model using pytorch to classify the seven basic emotions (0=Angry , 1=Disgust, 2=Fear, 3=Happy, 4=Sad, 5=Surprise, 6=Neutral). Training data is taken from a kaggle dataset [1], with ~28k images for training. Using open CV, we can do facial recognition from live video (webcam, etc) and pass the cropped face images into our CNN model to classify emotions in real time. We plan to integrate this into an Android application.

To install required packages, run:

pip install -r requirements.txt

[1] https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge