Face-Attendance/ │ ├── app.py # Main Flask application ├── utils.py # Face detection and capture functions ├── train_model.py # Model training (KNN) ├── attendance.csv # Attendance records ├── ...