Skip to content

Sagn1k/FaceRecognitionKNN

Repository files navigation

FaceRecognitionKNN

The following project is based on K-Nearest Neighbour approach to recognize faces. It uses HaarCascadeClassifier to recognize faces.

The following link shows how to use your webcam to capture video in Python.

An illustration to identify face with Haarcascade.

Final Code:

Record Face Save different faces everytime.

Recognize Face

Prerequisites

To install mentioned libraries:
Numpy:

NumPy is the fundamental package for scientific computing with Python.

sudo apt-get install python-pip  
sudo pip install numpy scipy
Pandas:

Easy-to-use data structures and data analysis tools for the Python programming language.

sudo pip install pandas

Similarly Install Matplotlib, Seaborn, etc.

OpenCV:

Refer to these links. Ubuntu Windows

About

Machine Learning project to recognize faces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published