Skip to content

caike/aws-rekognition-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Rekognition Demo

Demo project for AWS Rekognition.

Here's how it works:

  1. User uploads image to S3 bucket (use /images).
  2. S3 bucket emits an event to Lambda with the image info.
  3. Lambda uses AWS Rekognition to detect text from image.
  4. Lambda stores structured text in DynamoDB.

The following diagram illustrates the solution:

Diagram

How to run

Provsion the environment using the CloudFormation template available. Upload the images available inside the /images folder to the newly created bucket. Wait a few seconds and check DynamoDB for new items.

About

Extract text from images using AWS Rekognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published