Computer vision program for emotion detection
The following program uses computer vision to analyze facial features and determine the emotional status of the user.
- Python 3.7.6
- OpenCV
- Cuda compatible card (Min. recommendation: Gtx 1060)
- Webcam 720p or superior
The program uses a group of CascadeClassifiers to determine the present facial features. An algorithm checks the combinations of behaviours of the facial features to output an emotional status
The program is currently on development and push requests are welcome to improve the project