Skip to content

Simple light face detection script for python by using Haar-Cascade Algorithm

Notifications You must be signed in to change notification settings

AIMI-SAYO/FaceDetection-using-OpenCV-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FaceDetection-using-OpenCV-for-Python

Simple light face detection script for python by using Haar-Cascade Algorithm make sure to have cv2 installed by using (py -m ...) for windows CMD or (pip ...) for IDE terminal to find the .xml data on your computer, simply run >>>import cv2 >>>print(cv2.file) and copy the data you wanna track to your project folder

About

Simple light face detection script for python by using Haar-Cascade Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages