Skip to content

Commit 530d9f5

Browse files
authored
Updated README.md
Added link to the blog post text on AWS DevOps Blog
1 parent 802a7e3 commit 530d9f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
This repository demostrates provisioning the necessary infrastructure for running a job on AWS Batch using Cloud Development Kit (CDK).
66
The AWS Batch job reads images from an S3 bucket, runs inference over image-to-vector computer vision model, and stores the results in DynamoDB.
7-
Code can be easily modified to fit other batch job transformations you might want to perform.
7+
Code can be easily modified to fit other batch job transformations you might want to perform.
8+
9+
This code repository is part of the [Deep learning image vector embeddings at scale using AWS Batch and CDK](https://aws.amazon.com/blogs/devops/deep-learning-image-vector-embeddings-at-scale-using-aws-batch-and-cdk/) AWS DevOps Blog post.
810

911
## Pre-requisites
1012

0 commit comments

Comments
 (0)