Skip to content

sid-1998/Face-Detection-and-Recognition

Repository files navigation

Face-Detection-and-Recognition

Face detection and recognition using OpenCV, Haarcascade and KNN

Usage

To detect faces from images

Save images in test_images folder and then run:

python face_detection_images.py

The output images will be saved in output folder

Test Image

sample

Output image

output

To capture data from webcam

Run:

python Image_capturing.py

To start face recognition

Run:

python face_recognise.py

Demo

Demo

Releases

No releases published

Packages

No packages published

Languages