Home Price Prediction
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.
clone the project
Open cmd in the directory of server.py
To deploy this project run
pyhton server.py