An individual project in Computer vision using OpenCV and face_recognition modules in Python 3.9.
The application only recognises faces found in supplied images in Faces directory.
Provided images of president Andrzej Duda and actor Daniel Olbrychski.
pip install opencv-python
pip install dlib
pip install cmake
pip install face_recognition
pip install numpy
If facing issues with dlib installation, you might have to download a dlib wheel from GitHub or other online sources and install it directly from there.
Created thanks to Idently account on YouTube.