This document describes a face recognition attendance system. The system uses face recognition techniques to automatically take attendance by detecting and identifying students' faces from live classroom video streams. It aims to address issues with traditional manual attendance methods, which are tedious and prone to errors. The system works in four stages: data collection, face detection, face preprocessing, and face recognition & attendance updating. Faces are detected using Haar Cascade classifiers and further processed using Local Binary Pattern histograms for recognition. When a known face is identified, the student's attendance is automatically marked. The system is designed to provide a more efficient alternative to manual attendance marking.