Skip to content

Files

Latest commit

 

History

History

House-Price-Predictor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

House Price/Rent Predictor Website

While Buying or Renting House People usually want to get a range of price,

So for this purpose we had made this website to help peoples get approximate price they will have to pay according to the their requirment like 3BHK, Railway Station etc.

This website also have a SQL database(sqlalchemy) for Feedback from Users.

Screenshots

Home Page home

About Page about

Choice form uiform

House Price price_main

Rent rent_main

Tech Stack

Client: HTML, CSS, Bootstrap

Server: Flask, Scikit, Sql-Alchemy

Run Locally

Install Python

Clone the project

Go to the project directory

  cd House-Price-Predictor

Install dependencies

  pip install flask
  pip install SQLAlchemy
  pip install scikit-learn

Start the server

  python main.py