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
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"
}
]