Last active
February 23, 2018 23:53
-
-
Save montanalow/34d6179a6dffe326888b3997630e8278 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ heroku login | |
$ heroku create | |
$ heroku config:set LORE_PROJECT=my_app | |
$ heroku config:set LORE_ENV=production | |
$ git push heroku master | |
$ heroku open | |
$ curl “`heroku info -s | grep web_url | cut -d= -f2`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