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.

#CodeWithUs to find out more and do it your self!! 

You can find the code at Python Code - GitHub


Comments

Popular posts from this blog

Mini Program 14 - Health Insurance Data Analysis & Model building using Python - Part 1

Mini Program 15 - Health Insurance Data Analysis & Model building using Python - Part 2

Mini Program 16 - Health Insurance Data Analysis & Model building using Python - Part 3