attendance_system/ ├── attendance_system.py ← Main system (train + real-time recognition) ├── register_student.py ← Register new students via webcam ├── view_reports.py ← View & summarise attendance ...