https://github.com/argodeep/google_lens-reactnative
This project shows how to use text recognition feature in a react native app similar to google lens
https://github.com/argodeep/google_lens-reactnative
aws-rekognition google-lens react-native reactnative text-recognition
Last synced: about 1 year ago
JSON representation
This project shows how to use text recognition feature in a react native app similar to google lens
- Host: GitHub
- URL: https://github.com/argodeep/google_lens-reactnative
- Owner: argodeep
- License: mit
- Created: 2019-11-01T05:27:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T18:25:51.000Z (over 5 years ago)
- Last Synced: 2025-04-17T14:40:12.966Z (about 1 year ago)
- Topics: aws-rekognition, google-lens, react-native, reactnative, text-recognition
- Language: TypeScript
- Homepage: https://youtube.com/shorts/fqwuPihkIi4
- Size: 846 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Lens - RN Text-Recognition with AWS Rekognition
This project shows how to use text recognition feature in a react native app similar like google lens
[](https://youtu.be/fqwuPihkIi4)
## Setup
Edit `packager-info.json` file under `.expo` folder
and `config.js` file under root folder.
## Access
Create an `IAM` User with read/write access to `AWS rekognition` and `S3Object Storage` then copy the assess id & secret key.
## Install Steps
1. `yarn install`
2. `expo start`
## Note
it is an expo bare project so if you want to build it you need `Android Studio` & `XCode` for build purpose.