Abstract

This study aims to develop a machine-learning-based attendance management system using face recognition and Raspberry Pi. The proposed system is composed of two main subsystems. The first is a Raspberry Pi, to be installed in each class, and the second is a web application fed by data from the Raspberry Pi. To take attendance, an instructor commands a Raspberry Pi camera through a web-based subsystem. Then, the camera takes a picture of the whole class and detects faces using trained Haar Cascades. It sends back a file with the class picture and Cartesian coordinates of the detected faces. The web application parses the file, looking for the coordinates of faces. For each Region of Interest, it uses the Support Vector Machine algorithm to recognize faces based on their HOG (Histogram of Oriented Gradients) features. The recognizer uses a pre-built dataset of that particular class containing the students’ personal photos, names and ID numbers. Features of each face were extracted using HOG and trained to construct the model over a given class of students. Once every detected face is recognized, the application generates a report for the instructor showing the list of students’ names and attendance status.

Please refer to PDF download for the full paper.