Skip to content

argodeep/Google_lens-ReactNative

Repository files navigation

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

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.