Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 306 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 306 Bytes

Face Recognization

This Project uses haar classifier and Local Binary Patterns Histograms (LBPH) algorithm for face recognization.
This is an OpenCV project.
File face_train.py when run produce face_trained.yml, features.npy and labels.npy which is used by face_recognizer.py for face recognization.