Skip to content

CreepyD246/simple-face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Face-Detection

This code uses OpenCV and Python Code to detect a face on the screen. This serves as an example program.

Important prerequisites

You'll need the haarcascade_frontalface_default.xml file, available in this repository.

You'll also need to specify the path to this file inside the code.

If you don't have OpenCV then you'll need to install that for Python as well pip install opencv-python.

Tutorial

This gitHub repository was created to aid the tutorial video that was made for it, so if you want the video tutorial then the link is here - https://youtu.be/1ReddmESOjo

About

This code uses OpenCV and Python Code to detect a face on the screen. This serves as an example program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages