SuccessAT / Deploy-keras-model-on-Heroku

Configuration files for deploying a keras model on Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy-keras-model-on-Heroku

Configuration files for deploying a keras model on Heroku

Aptfile :

Downloads all the dependencies required for linux machines that are installed by apt-get

Procfile

Command to run after model is deployed on Heroku

requirements.txt

Dependencies to specift for your model to work. Heroku will install all those dependencies when you deploy the model.

runtime.txt

Specifiying what runtime you're using - python , node.js etc.

About

Configuration files for deploying a keras model on Heroku


Languages

Language:Python 100.0%