Skip to content

devil-V-white/Deploy-keras-model-on-Heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%