An open API service indexing awesome lists of open source software.

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

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

[![Watch the video](https://img.youtube.com/vi/fqwuPihkIi4/maxresdefault.jpg)](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.