Skip to content

A facial recognition system is a technology capable of matching a human face from a digital image against a database of faces. Here in these, project we have created a system in which it captures the User image using your webcam and make a dataset for that user using a particular naming format, and it will store the name in the database. Here, w…

Notifications You must be signed in to change notification settings

ranjith-acharya/Face-Recognition

Repository files navigation

Face-Recognition

A facial recognition system is a technology capable of matching a human face from a digital image against a database of faces. Here in these, project we have created a system in which it captures the User image using your webcam and make a dataset for that user using a particular naming format, and it will store the name in the database. Here, we are using MYSQL database to store the user name with an ID, than we will train the user image dataset to make a recognizer called Training Data(YML) File. In which than the recognizer file is used to detect the user. If present in the Database and if the system recognises it than it will show the name or it will show Unknown.

Packages Used

MYSQL Connector numpy
Opencv
Opencv-Contrib-Python
OS
Pillow

Commands

Firstly, make sure you have all the packages if not install them by using the following commands in the working directory:
:: pip install mysql-connector-python
:: pip install numpy
:: pip install opencv-python
:: pip install opencv-contrib-python
:: pip install os-win
:: pip install Pillow

Command to Run the Program

:: Firstly, make a Database in the MYSQL(PHPMYADMIN), than run the create_database.py file, it will create a table in the database.
:: After making the table, run the main.py file, it will use OpenSource Frontal Face XML file, to detect the user face and it will capture the images of the user present in front of the webcam. Those, images will be store in the Dataset folder and the username will be asked and it will be stored in the database.
:: After, storing the name in the database, and creating the dataset, run the trainer.py file, it will use the dataset which was created in the previous step, and it will make a trainingData model(Recognizer Model) using LBPH Face Recognizer Algorithm.
:: After, making the recognizer model, run the detector.py file, here it will open a video capture window and it will try to detect the user in front of the webcam, if the data is present in the dataset and model, than it will recognize the face or it will show unknown face.

Queries

If you have any Doubt OR Problem while running the program, do label an issue

About

A facial recognition system is a technology capable of matching a human face from a digital image against a database of faces. Here in these, project we have created a system in which it captures the User image using your webcam and make a dataset for that user using a particular naming format, and it will store the name in the database. Here, w…

Topics

Resources

Stars

Watchers

Forks

Languages