DEV Community

Hafiz Muhammad Attaullah
Hafiz Muhammad Attaullah

Posted on

5 Steps to Create Face Emotion Recognition Project

  1. Installing and importing the computer vision and the emotion recognition library

  2. Setting up the emotion recognition application for CPU if the system don’t have GPU

  3. Initializing the camera and start reading the frame from the camera

  4. Passing the frame led by the camera into the emotion recognition library

  5. Displaying the output frame which has the classes such as happy πŸ˜ƒ sad 😒 angry 😑 surprised 😱 and cry 😭
    .

For more just visit at github.com/attaullahshafiq10

Top comments (0)