Mini Program 18 - Data Science Model Deployment using Flask
Model deployment is an important part of any data science project. This involves creation of a front end application that can be used by a broader audience to get the result obtained from model using varied inputs. This is made simple in Python by using a web application framework - Flask. This article aims at showing a simple demo of model deployment using Flask.
Comments
Post a Comment