face emotion and gender recognition using opencv and deep learning
packages required: numpy deepface opencv
Follow these steps to get output:
- Install openCV packages using this command "pip install opencv-python".
- Install deepface pacakge using this command "pip3 install deepface"
- Install numpy package using this command "pip install numpy"
- Run this python program, it opens webcam of your system.
- It captures data from the face of person who is in front of webcam and display it on to the terminal
- If face is not visible on webcam, it just terminates the program (or) if u want to terminate your program, just get away from the camera