Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yofr4nk/lambda-text-detection
Basic Lambda detecting text contained in images from AWS S3 service.
https://github.com/yofr4nk/lambda-text-detection
aws aws-lambda aws-s3 golang rekognition s3
Last synced: 8 days ago
JSON representation
Basic Lambda detecting text contained in images from AWS S3 service.
- Host: GitHub
- URL: https://github.com/yofr4nk/lambda-text-detection
- Owner: yofr4nk
- License: mit
- Created: 2021-03-07T15:06:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T17:20:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T10:03:01.425Z (2 months ago)
- Topics: aws, aws-lambda, aws-s3, golang, rekognition, s3
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lambda text detection
Scanning images and detecting text in it, based on [Rekognition text detection](https://docs.aws.amazon.com/rekognition/latest/dg/text-detection.html) to detect
text from images supplied.## Detecting text in images flow
![](https://user-images.githubusercontent.com/20343969/112707937-b6013f00-8e8d-11eb-97d9-df2bcaf4c78f.png)
## Interesting Info
- [Lambda Getting started](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html)
- [Setting the Lambda IAM Role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html)
- [Lambda in Golang](https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html)
- [AWS sdk for Golang](https://aws.github.io/aws-sdk-go-v2/docs/getting-started/)
- [Deploying your lambda in Golang](https://docs.aws.amazon.com/lambda/latest/dg/golang-package.html)
- [Amazon Rekognition](https://aws.amazon.com/rekognition/)## To deploy your lambda from local:
- Make sure the lambda already exists- Update the name of your lambda in ```./scripts/deploy.sh```
- run: ```sh ./scripts/deploy.sh```