Mr-LegitHD / Face_Recognition

Simple Python program to track faces with your webcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%