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.
makeup-world-website/ ├── app.py ├── requirements.txt ├── models.py ├── makeup.db ├── README.md ├── LICENSE ├── banner.png ├── static/ │ ├── style.css │ └── uploads/ ├── templates ...