Skip to content

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

License

Notifications You must be signed in to change notification settings

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.

Prerequisites

  • AWS:
    • Must have authenticated with Default Credentials in your local environment.
    • Must have completed the CDK bootstrapping process for the AWS environment where you intend to deploy the app.
  • Node.js + npm:

Installation

npx projen install

Deployment

npx projen deploy

Usage

  1. Access the website by clicking the <CLOUDFRONT_DISTRIBUTION_URL>:

    Deploy Application

  2. Upload your image from the UI:

    Upload Image

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

    Persist Data

  4. You can find the link to the image you've just uploaded along with the info on whether it contains a cat or not.

Cleanup

npx projen destroy

Architecture Diagram

Architecture Diagram

Releases

No releases published

Packages

No packages published