Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.2 KB

File metadata and controls

39 lines (30 loc) · 1.2 KB

House-price-prediction-using-flask

In this project, I developed the predictive power of a model trained on houses price data. It deploy with flask api and using Linear Regression to predict the price value. Deploy Machine Learning Model Using Flask to take 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 included in requirement.txt. In this project used Python3.8.0 and Flask 2.0.1. Run the following command in 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