this project is a facial recognition system using Python language. A facial recognition system is used to recoginise human face using machine learning algorithms.
Pre-requisites;
1. Install Python 3.9 or higher.
2. Install a python editor such as pycharm or any other IDE on your system.
Things to be imported;
Import numpy as NP.
Import CV 2.
Import OS.
For training, assign multiple photos of multiple person to train the system to recognise their facial symmetry.
How to run;
Open the project file on to your python IDE. Run the base.py file and base_train.py to generate a train.yml and label.pickle files so that the system is well trained to recognise the face.
Submitted by Shambhawi Sharma (Shambhawi)
Download packets of source code on Coders Packet
Comments