This software recognizes person's faces and their corresponding emotions from a video or webcam feed. Powered by OpenCV, Dlib, face_recognition and Deep Learning.
- Opencv
- Dlib
- Keras
- Download a
shape_predictor_68_face_landmarks.datfile from here and put in the folder. testfolder contain images or video that we will feed to the model.imagesfolder contain only images of person face to perform face recognition.modelscontain the pre-trained model for emotion classifier.emotion.pycan to run to classify emotions of person's face.face-rec-emotion.pycan recognise faces and classify emotion at a time.
python emotion.py
python face-rec-emotion.py
