There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
🏡This data science project series is about building a real estate price prediction website. First, I built a model using sklearn and linear regression using Melbourne home prices dataset from kaggle.com. Second step would be to write a python flask server that uses the saved model to serve http requests. Third component is the website built in html, css and javascript that allows user to enter home square ft area, bedrooms etc and it will call python flask server to retrieve the predicted price.