/Home_Price_Prediction

It is a data science project here a real estate home price prediction website has been built

Primary LanguageJupyter Notebook

Project Title

Home Price Prediction

Project Description

It is a data science project here a real estate home price prediction website has been build. At first a model is being build using sklearn and linear regression using home prices dataset which is being downloaded from kaggle.Thereafter a python flask server is being created that uses the saved model to serve http requests.Then to build the website html,css,javascript are being used that allows to enter home square feet area, bedrooms and bathrooms etc and it will call python flask server to retrieve the predicted price.

Installation

  clone the project

Deployment

Open cmd in the directory of server.py

To deploy this project run

  pyhton server.py

Screenshots

App Screenshot