A simple yet smart attendance system using KNN classifier to recognize faces in real-time and mark attendance for recognized faces.
- pip install CMake
- Go to Visual Studio installer.
- Go to modify installation.
- Go to the Individual Components tab select and install Visual C++ Tools for Cmake.
- pip install Dlib
B. Run requirements.txt
- Go to images/train
- Add a folder of images. Rename and save
- Run Train.py
- Run Attendance.py to mark the attendance and store it in a sqlite3 db.
- Thanks to Adam Geitgey for face_recognition.