Get this app here
You can create a dataset of your face and train the system with that dataset, with this trained model we implemented attendance system to recognize the face and mark the attendance of user using provided user id.
- OpenCV (pip install opencv-python)
- Numpy (pip install numpy)
- PIL (pip install pillow)
- OS (preinstalled)
- datetime (preinstalled)
- Kivy (pip install kivy) {For GUI}
- Also install (pip install opencv-contrib-python)