This tutorial is testing the face recognition. I used Face recognition library to get measurements of the face and OpenCV to take the image streams from the webCam.
After detecting the face from the camera, it matched with the face that I already saved in a folder. If the face matches and the name is not recorded in CSV, it put the name and the time in the CSV.
The required packages can be installed:
- pip install opencv-python
- pip install face-recognition
- pip install cmake
- pip install dlib