#AI #facerecognition
How to set up and use the Raspberry Pi and Python programs for AI face recognition. Seven different programs. 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: https://1drv.ms/u/s!AoU55MypMNNdgq93-...
Install:
First install dlib: • Video
Takes about 90 minutes in all used a Pi4 4GB
Then test in Python using "import dlib"
Face recognition Python library
pip3 install face_recognition
https://pypi.org/project/face-recogni...
Image editor: sudo apt install imagemagick