How to set up and use the Raspberry Pi and Python programs for AI face recognition. Seven different programs including, find and highlight all faces in an image, apply make up, check if two faces are the same and even identify a face in real time with a web camera.
Download the Python program code and images here:
Install and setup
First install dlib:
Takes about 90 minutes in all used a Pi4 4 GB
Then test in Python using "import dlib"
Face recognition Python library
pip3 install face_recognition
Full details here : https://pypi.org/project/face-recognition/
Image editor: sudo apt install imagemagic
Comments