Skip to content

pankajbagad1010/HPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors