Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 597 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 597 Bytes

Emotion_Gender_detector

An app to detect emotion and gender of a person in images

For dataset- https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data here all images are stored in CSV file and are labelled as per the classes from 0-6, emotion are in 7 classes and in next column, pixels are stored. In third, it's labelled as training or test data.

Two Models are present here both are similar, the difference is just of architecture. Model2 is better than previous and we can see it's results, accuracy, loss, confusion matrix in images.