RinaldiĀ Dikanda, Arif
Unknown Affiliation

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Real-Time Face Attendance System Using CNN Mobilenet and MTCNN Amri, Hajijin; Nurdiawan, Odi; RinaldiĀ Dikanda, Arif
JURNAL TEKNOLOGI DAN OPEN SOURCE Vol. 8 No. 1 (2025): Jurnal Teknologi dan Open Source, June 2025
Publisher : Universitas Islam Kuantan Singingi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.36378/jtos.v8i1.4403

Abstract

This research presents the development of a real-time attendance system utilizing facial recognition, which incorporates three main components: the MobileNet Convolutional Neural Network (CNN) for classification, Multi-task Cascaded Convolutional Networks (MTCNN) for face detection, and Contrast Limited Adaptive Histogram Equalization (CLAHE) for image preprocessing. The model was trained on a curated subset of the Labeled Faces in the Wild (LFW) dataset, containing 20 categories with 50 images each, and evaluated using a locally captured dataset. Training was conducted on Google Colab using a pre-trained MobileNet model that was fine-tuned with 800 images, while 200 images were used for validation. System performance was assessed through several metrics, including accuracy, precision, recall, F1-score, and a confusion matrix. The model achieved a validation accuracy of 86% and an average F1-score of 0.85, reflecting high classification accuracy. To enhance usability, the system was implemented within a Python-based graphical user interface (GUI), which automates attendance tracking and records data directly into Excel spreadsheets. This study highlights the potential of integrating lightweight CNN architectures with effective preprocessing techniques and real-time GUI applications to create a reliable, efficient, and practical biometric attendance system