civic_system/ ├── app.py ← All Flask routes ├── db.py ← MySQL connection ├── sample_data.sql ← Test data ├── templates/ │ ├── base.html │ ├── login.html │ ├── register.html │ ├── dashboard.html ...
An AI-powered attendance management system built using Flask, MySQL, OpenCV, and Face Recognition technology. The system provides secure attendance tracking for educational institutions through ...