Age, Gender, Emotion, race detection using face recognition and deep learning
packages required: numpy deepface opencv
Steps for getting output for this project:
- Install openCV package using this command "pip install opencv-python".
- Install deepface package using this command "pip 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