Facial recognition-based attendance system built in C++ using OpenCV and Qt.
Submitted for ENGG 102 – Kathmandu University, Dept. of Computer Science.
| Name | Roll | Module |
|---|---|---|
| Aryan Khatri | 43 | Face Registration & Integration of All Other Modules |
| Shashwot Karki | 36 | Attendance Marking |
| Subhechha Ghimire | 26 | Login / Auth |
| Dilasha Dulal | 18 | UI/UX |
| Prachika Dhaubhadel | 14 | Database, Records Viewer |
- Language: C++17
- GUI: Qt6 (Qt5 fallback)
- Computer Vision: OpenCV 4.x + opencv_contrib (LBPH face recognition)
- Database: SQLite (amalgamation)
- Build: CMake 3.16+
git clone https://github.com/aryan2-7/SmartAttendance.git
mkdir build
cd build
cmake ..
cmake --build . -j4
./SmartAttendanceTo check progress go to This Teamates are requested to update this after every major change