Skip to content

Facedetection can be used to track human faces in a video feed and store them in a directory.You can also search for a face and see if it had been detected.

Notifications You must be signed in to change notification settings

stoictec/face-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Facedetection

Facedetection can be used to detect human faces in a video feed and store them in a directory.You can also search for a face and see if it had been detected.

Tech

Facedetection uses Opencv to work properly.Head to http://opencv.org/ to install it in your system.

Installation

$ pip install -r requirements.txt

How to run?

To start tracking use:

python facedetect.py

To check if a face is was detected pass the images as parameteters

python facedetect.py check_if_faces_in_this_image_was detected.jpg

About

Facedetection can be used to track human faces in a video feed and store them in a directory.You can also search for a face and see if it had been detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%