https://github.com/shreyamalogi/face_recognition
The program uses the Haar Cascade classifier to detect faces and LBPHFaceRecognizer algorithm for face recognition. It can recognize multiple people and unknown faces, and displays the name and confidence level of the predicted ID on the frame
https://github.com/shreyamalogi/face_recognition
computervision face-recognition opencv python
Last synced: 8 months ago
JSON representation
The program uses the Haar Cascade classifier to detect faces and LBPHFaceRecognizer algorithm for face recognition. It can recognize multiple people and unknown faces, and displays the name and confidence level of the predicted ID on the frame
- Host: GitHub
- URL: https://github.com/shreyamalogi/face_recognition
- Owner: shreyamalogi
- License: mit
- Created: 2021-01-14T08:32:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T08:34:15.000Z (over 5 years ago)
- Last Synced: 2025-04-24T02:46:25.051Z (about 1 year ago)
- Topics: computervision, face-recognition, opencv, python
- Language: Python
- Homepage:
- Size: 604 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# face_recognition