Automated Attendance System
Python-based tool that uses face-detection models to recognize students from live webcam feeds and automatically marks them present in a CSV log—eliminating manual roll calls.
Key Features:
- Real-time face recognition (95% accuracy across angles/lighting)
- Instant attendance tracking and exportable reports.
- Easy setup for classrooms (100+ students)
Tech Stack: OpenCV (detection), custom ML (ID), Pandas (data).