Face recognition with webcam (Face ID) using С++, OpenCV, Dlib.
Clone the repository:
git clone https://github.com/samoilovv/webcam_face_recognition.git
cd webcam_face_recognition
You can build the project on any platform (Linux, Windows, MacOS) using the following commands:
mkdir build && cd build
cmake ..
cmake --build .
Copy the sample face jpg files to the folder face_samples and run the program
./face_recognation