puliyadivinod / sklearn-flask-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scikit-learn + Flask Example

Welcome to my Scikit-learn + Flask Example! This project demonstrates how to train and deploy a simple model. Using a red wine dataset, I create a model that can predict wine quality. Other applications can use this model through a single route server. This project is composed of two python files: a model training script and the web server.

Most of the explaining is found in my article here.

About


Languages

Language:Python 100.0%