Skip to content

Mainakdeb/Facial_Expression_Classifier

Repository files navigation

Facial_Expression_Classifier

Binder

Real-time classification from webcam feed:

Classifying still images:

How does it work?

  • This uses OpenCV’s Haar cascades to detect and extract the facial region from an image or the webcam frame.

  • Then this image is passed through the trained CNN, which returns a tensor corresponding to the predicted class.

Resources used:

To Do

  1. Balance the dataset.
  2. Augment training data to increase overall robustness of the model.
  3. Implement the whole thing using PyTorch.

About

Train a CNN to recognize facial expressions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published