This document presents a study on a face recognition-based attendance system using support vector machine (SVM) and Haar cascade algorithms. The proposed system uses OpenCV2 for face detection and recognition, Tkinter for the graphical user interface, MySQL for storing attendance records, and NumPy and Pandas for data analysis and report generation. The system was tested on a dataset of 100 images and achieved 96% accuracy in face recognition. It successfully marked and stored attendance data and generated accurate attendance reports. The study concludes that the system provides a simple and efficient solution to traditional paper-based attendance systems.