A Smart Attendance System using Python, Flask, OpenCV, and SQLite to automate attendance with real-time face recognition. It prevents proxy attendance, logs data securely, and generates reports.
. ├── app.py ├── forms.py ├── models.py ├── templates/ │ ├── base.html │ ├── chat.html │ ├── login.html ...