Skip to content

JafirDon/House-price-prediction-using-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House-price-prediction-using-flask

In this project, I developed the predictive power of a model trained on house price data. It deploys with flask API and uses Linear Regression to predict the price value. Deploy Machine Learning Model Using Flask to take a model from python code.

If you want to more clear explonation, see my blog House Price Prediction using Flask for Beginners

Installation

To run the web app on your local computer, install the required libraries. These packages are include in the requirement.txt file. This project used Python 3.8.0 and Flask 2.0.1.

Run the following command in the terminal to install the required packages.

pip install -r requirement.txt


Getting Started

To run code on your computer, following command in terminal

python app.py


Preview





License

MIT License

Thank you

About

Model deployment with flask api, using Linear Regression to predict the price value. Deploy ML Models Using Flask to take your models from python to production.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published