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.