This document describes an automated attendance system using face recognition. The system uses image capture to take photos of students entering the classroom. It then uses the Viola-Jones algorithm for face detection and PCA for feature selection and SVM for classification to recognize students' faces and mark their attendance automatically. When compared to traditional attendance methods, this system saves time and helps monitor students. It discusses related work using RFID, fingerprints, and iris recognition for attendance systems. It outlines the proposed system's modules for image capture, face detection, preprocessing, database development, and postprocessing. Finally, it discusses results, conclusions, and opportunities for future work to improve recognition rates under various conditions.