Project information

  • Project: Face Emotion Recognition using PyTorch
  • Project date: 22 Aug 2022
  • Project URL: View

About Project

The Facial Expression Recognition can be featured as one of the classification jobs people might like to include in the set of computer vision. The job of our project will be to look through a camera that will be used as eyes for the machine and classify the face of the person (if any) based on his current expression/mood. I have used dataset of FER2013 which contain 5000 images in different seven classes. Performed preprocessing, training and evaluated model. I have used PyTorch, OpenCV, PIL and some other libraries.