Implementation

Using all the building blocks discussed until now, we will build an image recognition-based building access management system. This system has three main components.

The first is creating the collection, which will store the feature information of all the images.

The second is where the image of a new person is uploaded for the first time in the face collection. This task is executed automatically when the person stands in front of the IR sensor (interfaced with Raspberry Pi). The sensor detects their presence and triggers the camera to capture the image of their face. Then, the image is uploaded in S3 and the IndexFaces operation is performed, which extracts the feature information from the face and stores it in a collection. ...

Get Internet of Things with Raspberry Pi 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.