From 9ef1b79e53b982c1de12345daf778ce3451426b2 Mon Sep 17 00:00:00 2001 From: Nilesh Prasad Date: Tue, 18 Aug 2020 00:00:36 +0530 Subject: [PATCH 1/2] Update community-examples.json This project handles the use-case for labelling the image stored in s3. AWS Rekognition is used for getting the labels for the image and lambda functions stores the label and associated file details in DynamoDB. Another API endpoint is also provided to retrieve the images based on the labels. --- community-examples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-examples.json b/community-examples.json index 26ece3d5b..d5f0089bc 100644 --- a/community-examples.json +++ b/community-examples.json @@ -517,5 +517,10 @@ "name": "GoLive", "description": "Boilerplate to live stream using AWS MediaLive and MediaStore", "githubUrl": "https://github.com/adimoraret/golive/" + }, + { + "name": "Serverless Image Labeller", + "description": "Serverless image labelling using Rekognition, s3, DynamoDB.", + "githubUrl": "https://github.com/nileshprasad137/serverless-image-labeller" } ] From 3f3411055cd20ac24893c5a5c0d96134b9fa023c Mon Sep 17 00:00:00 2001 From: Nilesh Prasad Date: Tue, 18 Aug 2020 00:33:28 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30998a63f..24dd699f8 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Sls Form Mail](https://github.com/takahashim/sls-form-mail)**
Send SNS email from form data | [takahashim](http://github.com/takahashim) | | **[Vanity Stargazer](https://github.com/silvermullet/vanity-stargazer)**
Github vanity-stargazer is a serverless application to handle posting Github new star gazers to Slack | [silvermullet](http://github.com/silvermullet) | | **[Video Preview And Analysis Service](https://github.com/laardee/video-preview-and-analysis-service)**
An event-driven service that generates labels using Amazon Rekognition and creates preview GIF animation from a video file. | [laardee](http://github.com/laardee) | +| **[Serverless Image Labelling](https://github.com/nileshprasad137/serverless-image-labeller)**
Serverless image labelling using AWS Rekognition, s3, DynamoDB. | [nileshprasad137](http://github.com/nileshprasad137) | ## Contributing