Facial Emotion Detection

A computer vision project that helps identifying human emotion from both images and real time streaming

The objective is to classify each face based on the emotion shown in the facial expression into one of seven categories

  • 0=Angry
  • 1=Disgust
  • 2=Fear
  • 3=Happy
  • 4=Sad
  • 5=Surprise
  • 6=Neutral

using OpenCV to automatically detect faces in images and draw bounding boxes around them

angry disgust fear happy neutral sad surprised