This is a practical application of face recognition.
Use the package manager pip3 to install necessary packages.
pip3 install opencv-python
pip3 install Pillow
pip3 install numpy
pip3 install face_recognition
pip3 install dlib
python3 face_regonition_attendance.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.