Browsing by Author "Adesina Ayodele J."
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Enhancing Attendance Management with Facial Recognition: A Web and Mobile-Based System(2025-03) Ajayi, Adebimpe Ruth; Omotola, David A.; Olanrewaju Mubarak D.; Ajayi, Mark O.; Adebayo, Olalekan F.; Adesina Ayodele J.The development of a facial recognition-based attendance management system is presented in this study. By leveraging facial recognition technology, the system offers a reliable, efficient, and secure alternative to traditional methods such as manual roll calls and paper-based records, which are prone to errors and manipulation. The system employed an Android application to capture students' facial images, which are then processed using advanced Image Processing APIs, including OpenCV and the Python Face Recognition library, to identify and authenticate individuals. The Dlib open-source library which uses a Histogram of Oriented Gradients (HOG) and linear Support Vector Machine (SVM) was used as the face detection model. The system’s performance was evaluated using the False Acceptance Rate (FAR) and False Rejection Rate (FRR) metrics. The results indicated a FAR of 0%, ensuring the system effectively blocks illegitimate attendance entries. However, an FRR of approximately 5% was observed, highlighting challenges in accurately identifying legitimate users under varying conditions such as changes in lighting and facial expressions. Keywords— Attendance Management, False Acceptance Rate (FAR), False Rejection Rate (FRR), OpenCV