The Automated Attendance System is a project designed to streamline the process of tracking attendance in classrooms, workplaces, or events. This system uses cutting-edge technology to make attendance recording efficient, accurate, and user-friendly.
- Face Recognition: Automates attendance by recognizing faces using computer vision.
- Real-Time Processing: Updates attendance records in real time.
- Database Integration: Stores attendance data securely in a database.
- Reports: Generates attendance reports for analysis.
- Database: [SQLite]((https://www.sqlite.org/) or any relational database.
- Face Recognition: OpenCV and YOLOv8.
- Programming Language: Python.
- Register individuals with their photos and details in the system.
- Start the attendance system to capture faces.
- Review and export attendance records as needed.