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
- Host: GitHub
- URL: https://github.com/ruben165/lbph-face-recognition
- Owner: Ruben165
- Created: 2025-01-27T17:15:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:24:30.000Z (5 months ago)
- Last Synced: 2025-02-08T07:14:41.101Z (4 months ago)
- Topics: computer-vision, haar-cascade-classifier, lbph-face-recognizer
- Language: Python
- Homepage:
- Size: 18.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.