Marks classroom attendance using OpenCV face detection and recognition
- Download and build OpenCV 3.0+
git clone https://github.com/Eric4Jiang/attendance_check.git
- Make your dataset of students. Images will be saved in ".png" format
python3 makeDataset.py -pata/to/save/images -path/to/haarcascades_frontface
- Check attendance
python3 AttendanceCheck.py -path/to/dataset -path/to/haarcasecades_frontalface