https://github.com/moligarch/face-detection-recognition
Face detection and recognition project using OpenCV, Haar Cascade and LBPH (Local Binary Pattern Histogram)
https://github.com/moligarch/face-detection-recognition
Last synced: about 2 months ago
JSON representation
Face detection and recognition project using OpenCV, Haar Cascade and LBPH (Local Binary Pattern Histogram)
- Host: GitHub
- URL: https://github.com/moligarch/face-detection-recognition
- Owner: moligarch
- Created: 2023-03-21T18:45:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T19:12:15.000Z (about 2 years ago)
- Last Synced: 2025-02-10T13:43:32.270Z (4 months ago)
- Language: Python
- Size: 602 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Detection and Recognition
Face detection and recognition project using OpenCV, Haar Cascade and LBPH (Local Binary Pattern Histogram)Build my first major project on Face Detection and Recognition model using Python, Machine Learning and Computer Vision library called OpenCV.
Languages and Technologies used:* Python(3x)
* OpenCV library
* Machine Learning and Computer Vision