Skip to content

Face Recognition : live face recognition using Python and OpenCV

Notifications You must be signed in to change notification settings

anikett12/Face-Recognition

Repository files navigation

Face-Recognition

Face Recognition : live face recognition using Python and OpenCV

Database

Database has been created using SQLite studio. here is the link to download SQLite studio.

Components

The project can be divided into three major subparts.

Creating Dataset

The face of the person is detected using haarscascade classifier. An image is stored in a particular format i.e. user.userid.imagenumber .

Images are aligned together one after the other.

example:

User.1.1

User.1.2

User.1.3

Training

Training is done using LBPH face recognizer. To know more about it click here .

Identification

First the face is detected and then LBPH recognizer is used to identify the detected face.

About

Face Recognition : live face recognition using Python and OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages