Difference between revisions of "AmazonRekognition"

From ESE205 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
This tutorial covers how to use Amazon’s facial recognition to compare an image taken on a raspberry pi camera to a base image located in an AWS s3 bucket.  
+
This tutorial covers how to create an Amazon Web Services account, how to set up a camera on the raspberry pi, and how to run Amazon's facial Rekognition using a picture taken from the pi. Before we can run facial recognition we must create an AWS user, create a S3 bucket, and upload pictures to this S3 bucket. The final product will be able to calculate the similarity between a picture taken on the pi with various images saved in the AWS bucket.
  
 
== Materials/Prerequisites ==
 
== Materials/Prerequisites ==

Revision as of 14:51, 8 April 2019

Overview

This tutorial covers how to create an Amazon Web Services account, how to set up a camera on the raspberry pi, and how to run Amazon's facial Rekognition using a picture taken from the pi. Before we can run facial recognition we must create an AWS user, create a S3 bucket, and upload pictures to this S3 bucket. The final product will be able to calculate the similarity between a picture taken on the pi with various images saved in the AWS bucket.

Materials/Prerequisites

  • Atom, or another source code editor
  • A Raspberry Pi
  • A Pi camera

Process