Deploy deep learning image classification model in Heroku using Flask to predict what breed of cat or dog is present. (PaaS)
APPLICATION-URL : https://deploy-class-heroku-new.herokuapp.com/
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:
- Create a Virtual Environment
- Install gunicorn
- Create requirements.txt file
- Create procfile
- Push the code repo to github