This document describes a proposed attendance system that uses face recognition technology. It begins with an introduction to traditional attendance methods and their limitations. It then discusses the proposed system, which would use face detection and recognition algorithms to automatically mark student attendance from webcam images. Specifically, it would use the Haar cascade algorithm for face detection and KNN (k-nearest neighbors) for face recognition. The document outlines the system design, including an enrollment process to store student face data and an attendance marking process to recognize students in real-time. It suggests this system could automate attendance in a more secure, reliable and time-efficient way compared to traditional methods.