Skip to content

Face_det- Detection and recognition of human face. Analyzing emotion, race and gender.

License

Notifications You must be signed in to change notification settings

kobiljonkosimov/Face_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comp_vis

  • What is Computer Vision?

Computer vision is a field of artificial intelligence that trains computers to interpret and understand the visual world. Using digital images from cameras and videos and deep learning models, machines can accurately identify and classify objects — and then react to what they “see.”

  • About project:

This project maded to detect and analyze human face using webcam. Deepface library is used. For now it can recognise your emotion, gender and race. The shown data might be inaccurate.

  • Warning:

Place haarcascade_frontalface_default.xml and main.py into the same folder

  • Before Running code don't forget to install libraries:

    To install cv:

          pip install opencv-python
    

    To install DeepFace:

          pip install deepface
    
  • PS: After running the code it takes up to 1 gb memory to install needed files

!!!Stay tuned for future updates!!!

About

Face_det- Detection and recognition of human face. Analyzing emotion, race and gender.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages