This document presents a proposed intelligent automated attendance system based on facial recognition. The system aims to automate the attendance marking process in educational institutions to make it faster and less error-prone compared to manual methods. It works by using computer vision techniques like haar cascade classification for face detection and local binary pattern histograms for face recognition. The system architecture involves capturing images, detecting faces, recognizing students by matching faces to a training database, and marking the attendance automatically. Algorithms like haar cascade and local binary patterns are used for face detection and recognition. The proposed system aims to solve issues with existing manual and automated attendance systems like time consumption, errors, and lack of accuracy.