An open API service indexing awesome lists of open source software.

https://github.com/ruben165/lbph-face-recognition

Face Recognition with OpenCV
https://github.com/ruben165/lbph-face-recognition

computer-vision haar-cascade-classifier lbph-face-recognizer

Last synced: 2 months ago
JSON representation

Face Recognition with OpenCV

Awesome Lists containing this project

README

        

Face Recognition with Python and OpenCV. Uses Haar-Cascade Classifier for Face Detection and LBPH Algorithm for Face Recognition. The 'images' folder contains the data used for training and validation purposes. Delete the 'fr_model.yml' and 'name_list.npy' files manually everytime you want to train a new model. Those files will be created everytime after training a new model.