Deploy Machine Learning Model using Flask to Heroku — Beginners(Part-3)
This tutorial is the third part and the final part of the guide on how to deploy Machine Learn Models using Flask to Heroku via GitHub.
- The first part was a refresher on a logistic regression model on JupyterNotebook.
- The second part was on how to structure your flask application and embed your machine learning model in it, as well as uploading the application on GitHub.
- Our final part will be a guide on how to deploy your flask application from GitHub to Heroku.