Skip to content

Image Runner is a hackathon project worked on at Hyland Software in 2019. In a nutshell, Image Runner can read and run code from a photo seamlessly.

Notifications You must be signed in to change notification settings

avrha/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

Image Runner is a hackathon project worked on at Hyland Software in 2019. In a nutshell, Image Runner can read and run code from a photo seamlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.7%
  • Python 40.3%