[NOTE] I am still learning opencv in C++
- Real-time face detection and recognition
- Easy person registration with multiple face angles
- Simple CLI menu interface(for now)
- Attendance tracking with timestamps(implemented function but not used)
- Recent recognition history display
- CSV export for attendance records(not yet implemented fully)
# Clone the repo
git clone https://github.com/tejas242/attendy.git
# Build the project
mkdir build && cd build
cmake ..
make
# Run the system
./attendance_system
- OpenCV 4.6.0+
- OpenCV Contrib Modules
- CMake 3.10+
- C++17 compatible compiler
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
Built on 💻 by @screenager