Skip to content

Instantly share code, notes, and snippets.

@montanalow
Created February 23, 2018 22:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save montanalow/959cbe4d183b0919da18799be48b7cd4 to your computer and use it in GitHub Desktop.
Save montanalow/959cbe4d183b0919da18799be48b7cd4 to your computer and use it in GitHub Desktop.
$ pip3 install lore
$ git clone https://github.com/montanalow/my_app.git
$ cd my_app
$ lore install # caching all dependencies locally takes a few minutes the first time
$ lore server &
$ curl "http://localhost:5000/product_popularity.Keras/predict.json?product_name=Banana&department=produce"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment