Building a face recognition system to recognize the faces of my friends and welcome them to a party.There are a few ways of building a system like this. Possibly the simplest approach is using this library – https://github.com/ageitgey/face_recognition that is built on Built using dlib's state-of-the-art face recognition built with deep learning.. I’m using a Raspberry Pi Zero W with the Pi Zero Camera for the face recognition and a cheap Bluetooth module and speaker to announce friends with a greeting when a face is recognized. If the face is known to the system than the person's name is included in the greeting. Read the full article at: |
Raspberry Pi >