I am using linear regression model considering I have a small data
data is taken from this site
- Pandas 0.18.0
- Numpy 1.10.4
- Matplotlib 1.5.1
- Scikit-learn 0.17.1
- Seaborn 0.8.0
- flask
to save the model i have used pickle module from sklearn
I have used flask to deploy my machine larning model using basic HTML and CSS. these files can be viewed in template folder and css in static folder other than that you can refer app.py to understand how i have deployed my model