Skip to content

garysassano/cdk-aws-cat-rekognizer

Repository files navigation

cdk-aws-cat-rekognizer

CDK app that detects whether an uploaded image contains a cat or not using Amazon Rekognition.

Prerequisites

Installation

npx projen install

Deployment

npx projen deploy

Usage

  1. Access the website by clicking the <CLOUDFRONT_DISTRIBUTION_URL> from the deployment outputs:

    Outputs:
    WebsiteDistributionUrl = <CLOUDFRONT_DISTRIBUTION_URL>
  2. Upload your image from the UI:

    Upload Image

  3. In AWS Console, DynamoDBidempotency-table-XXXXXXXX:

    Persist Data

  4. The DynamoDB table displays the cat detection result and S3 URL for unique uploaded images.

Cleanup

npx projen destroy

Architecture Diagram

Architecture Diagram

About

CDK app that detects whether an uploaded image contains a cat or not using Amazon Rekognition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published