Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.41 KB

House Price Prediction

A website where user can get an estimate price of a house at certain places in Mumbai by entering certain requirements of the user.
The website is connected to a Machine Learning model that is trained on a dataset containing prices of different property all across Mumbai.

About the website:

The website is a single page HTML coded frontend which is connected on the backend with the help of flask.

Components on the site:

  1. Location of the property (Drop-Down)
  2. Area in Sq/Ft (Input)
  3. No. of Bedrooms (Input)
  4. Toggle Buttons
    • Gymnasium
    • Car Parking
    • Indoor Games
    • Jogging Track

About the model:

The model has been trained on the dataset "Housing Prices in Mumbai". The training algorithm in use is RandomForestRegresson. The dataset was broken into 70/30 ratio with random state of 0.

The model has an R2_Score: 0.82

Requirements:

Following libraries are required:

  1. Sci-kit Learn (Sklearn)
  2. Pandas
  3. Flask
  4. Numpy

ScreenShots:

Home:

alt text

Prediction:

alt text