Skip to content

Simple Python program to track faces with your webcam

Notifications You must be signed in to change notification settings

Mr-LegitHD/Face_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face_Recognition

Simple Python program to track faces with your webcam using OpenCV. The accuracy is around 80-90% and should be fine for most testing Projects.

Use a video as input

cap = cv2.VideoCapture('video.mp4')

Use an image as input

img = cv2.imread('image.jpg')

Example: img.png

About

Simple Python program to track faces with your webcam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages