Expo app that allows you to take a picture of handwritten code and execute it on Repl.it. Watch the demo here.
Logo credit: @Vandesm14.
- Get a Google Cloud Vision API Key.
- Get a Repl.it API Key.
- Create a
.env
file with the following fields:
GOOGLE_CLOUD_VISION_API_KEY='${YOUR_KEY_HERE}'
REPLIT_API_KEY='${YOUR_KEY_HERE}'
- From there you can just:
# Install dependencies
yarn install
# Run the app
expo start