Skip to content

Latest commit

 

History

History

face_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Detect face with openCV

Simple script to detect human face.

Python requirements

Python 3.0 or newer

##How to use it Double click on file it will open a camera window face will be detected in green box ,press q to quit the session.

Setup and activate virtual environment :

For Unix based systems please execute the following command to create venv and install requirements.

make init
source .venv/bin/activate