OpenCV Face Recognition
An image recognition model which works by detecting faces using haar_cascades and then recognizes them using LBPH algorithm (provided in opencv-contrib-python library)
Put all the face images you want your model to recognize in the images
folder in the format as shown there.
pip install -r requirements.txt
python faces-train.py
python faces.py