Skip to content

just-chillin/ImageRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageRunner

Server-side code for an application that allows you to take a picture of code and run it. This was written for Hyland Software's hackathon. Keep in mind this is a proof-of-concept, as unfortounately, Google's OCR engine isn't accurate enough yet to be perfect, so there will be errors in text recognition.

Running

First set up pipenv, and in the project diretory run pipenv install. Next, make sure that you have a authentication json file from your google cloud console, and haven't forgotten to set GOOGLE_APPLICATION_CREDENTIALS to the location of your authentication file. Once that's done just run python Main.py, and point your web browser to http://127.0.0.1:5000/. If you need help, just contact me.

About

Runs a picture of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published