Posts

Showing posts from April, 2021

Mini Program 18 - Data Science Model Deployment using Flask

Image
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