#What to expect from this repo:
- Faces will be detected
- Detected faces will be stored in the "Images" folder
- A video with the detected faces will be saved in the form of a video.
- Emotions will be detected and displayed on the saved video.
#Requirements
- opencv ( pip install opencv-python )
- FER ( pip install fer )
#How to run:
- python3 face_recognition.py
and that's it !!
Faces will be stored in a created folder named "Images". A video will be saved showing the detected faces along with their emotion. Here I have used mtcnn for better accuracy but you can always toggle mtcnn = True/False.