8000 GitHub - menghee/House-Price-Predictor: In this project, I have created simple model which predict the price of the house on the basis of it's area.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

In this project, I have created simple model which predict the price of the house on the basis of it's area.

Notifications You must be signed in to change notification settings

menghee/House-Price-Predictor

 
 

Repository files navigation

House-Price-Predictor

In this project, I have created simple model which predict the price of the house on the basis of it's area, as I used single feature for prediction that's why I preferred to go with the linear regression algorithm. And the I train the model and saved all the parameters in pickle file and then deployed that model on web using flask.

To run this project, following dependencies are required-

--> flask To install flask in your system, use command

pip install flask --> sklearn

To install sklearn in your system, use command

pip install sklearn

--> Pandas To install Pandad in your system, use command

pip install pandas --> pickle

To install pickle in your system, use command

pip install pickle

To run the project in your system, type command in your command prompt or terminal

python app.py

About

In this project, I have created simple model which predict the price of the house on the basis of it's area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.7%
  • Python 39.1%
  • Procfile 0.2%
0