Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 539 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 539 Bytes

Facial-Expression-Recognition

Used Convolutional Neural Network (CNN) for facial expression recognition. The goal is to classify image into one of the seven facial emotion categories considered

DataSet

Trained and tested our model on the FER2013 dataset, which consists of pixel values of size 48x48 grayscale images, and labeled with one of 7 emotion categories: Anger, Disgust, Fear, Happy, Sad, Surprise, Neutral.

The dataset contains 35,886 images

Dependencies

  • Python3
  • numpy
  • Tensorflow & Keras
  • OpenCv