Archives for Restapi

20 Oct

Complete Guide To Model Deployment Using Flask in Google Cloud Platform

image-16927
image-16927

In real-world, training and model prediction is one phase of the machine learning life-cycle. But it won’t be helpful to anyone other than the developer as no one will understand it. So, we need to create a frontend graphical tool that users can see on their machine. The easiest way of doing it is by deploying the model using Flask.

In this article, we will discuss how to use flask for the development of our web applications. Further, we will deploy the model on google platform environment.

The post Complete Guide To Model Deployment Using Flask in Google Cloud Platform appeared first on Analytics India Magazine.