Skip to content

Ashutosh27ind/deploy-heroku

Repository files navigation

deploy-heroku: Machine Learning classiffication app deployment

Deploy deep learning image classification model in Heroku using Flask to predict what breed of cat or dog is present. (PaaS)

alt text

Heroku is a PaaS: Heroku is the platform as a service that helps the developers in building and running applications in the cloud.

The following steps were followed:

  1. Create a Virtual Environment
  2. Install gunicorn
  3. Create requirements.txt file
  4. Create procfile
  5. Push the code repo to github