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.
Client: HTML, CSS, Bootstrap
Server: Flask, Scikit, Sql-Alchemy
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