Skip to content

Age, Gender, Emotion, race detection using face recognition and deep learning

Notifications You must be signed in to change notification settings

vamshi6763/details_of_person_using_face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

details_of_person_using_face_recognition

Age, Gender, Emotion, race detection using face recognition and deep learning

packages required: numpy deepface opencv

Steps for getting output for this project:

  1. Install openCV package using this command "pip install opencv-python".
  2. Install deepface package using this command "pip install deepface"
  3. Install numpy package using this command "pip install numpy"
  4. Run this python program, it opens webcam of your system.
  5. It captures data from the face of person who is in front of webcam and display it on to the terminal
  6. 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

About

Age, Gender, Emotion, race detection using face recognition and deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages