- This image Based attendance System automated the traditional way of Attendance systems.
- This system uses LBPH algorithm to detect images and Student's faces.
-
Clone the repository: https://github.com/SanskarG83/Image-Based-Attendance-System.git
-
Install the required dependencies:
-
Download the LBPH model weights and place them in the models directory.
Preferred python version : 3.8.5
-- Linear Binary Pattern Histogram --
- Dividing the face image into small regions and computing the Local Binary Pattern (LBP) for each region.
- Constructing a histogram of the local binary patterns for the entire face.
- Comparing the computed histograms with the stored histograms of known faces to determine the identity.
#DEMO: