Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 717 Bytes

File metadata and controls

17 lines (14 loc) · 717 Bytes

Simple-Face-Recognition_Computer-vision

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.

Requirements

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.