Skip to content

patelvivekdev/Dog_VS_Cat_Flask_web_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment of ML model

For CNN model go to this where you can find more about how to build CNN model using tensorflow_hub.

Model deployment using flask web app

  • Login into heroku
  • Add requirement.txt and add include all package name with specific version same as you used for your project bulid.
  • Add Procfile with gunicorn.
git add . 
git commit -am "make it better"
git push heroku master

And it's done.

Happy Deep Learning.