Deploying Machine Learning Model to Heroku using Flask
Are you a beginner in the field of machine learning and wondering how to bring your project to life. I was in the same situation when I started learning ML. Most of the ML courses focus on EDA, feature engineering, and model tuning and ignore the model deployment.
The end goal of any machine learning model is making it available for end-user for consumption. However deploying model has its own challenges and it also differs where you are going to deploy the model (Azure, AWS, GCP, Heroku etc.).
In this blog I will help you to deploy your model using Flask and Heroku. Flask is a micro web framework that does not require particular tools or libraries to create web applications and easy to prototype. Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud

#deployment #machine-learning #flask #heroku

Beginner’s guide to Model Deployment
1.95 GEEK