Skip to content

Repo for testing OpenCV face and eye detection on real-time video stream

License

Notifications You must be signed in to change notification settings

r13i/opencv-detection-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv-detection-test

Repo for testing OpenCV face and eye detection on real-time video stream

How-To ?

Make sure you have virtualenv installed, then run ($ is for non-privileged mode):

  • $ virtualenv -p python3 venv
  • $ source ./venv/bin/activate

This will activate the virtual environment and you'll see a (venv) in the shell prompt.

  • (venv) $ pip install -r requirements.txt to install the dependencies.
  • Make sure you have a webcam and run : (venv) $ python app.py

You will see the faces in front of your webcam being detected and surrounded by a green rectangle (and by default, along with eyes and smiles)

Demonstration

See the GIF demo-screen-cast.gif

Releases

No releases published

Packages

No packages published

Languages