Skip to content

face emotion and gender recognition using opencv and deep learning

License

Notifications You must be signed in to change notification settings

vamshi6763/face_emotion_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

face_emotion_recognition

face emotion and gender recognition using opencv and deep learning

packages required: numpy deepface opencv

Follow these steps to get output:

  1. Install openCV packages using this command "pip install opencv-python".
  2. Install deepface pacakge using this command "pip3 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

face emotion and gender recognition using opencv and deep learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages