This project aims to reduce the difference between the predicted and actual house prices using 'Linear Regression' machine learning model, which makes the estimated house prices to be 90% accurate.
Contribute Download# Instructions for installation:
$terminal>> git clone https://github.com/Mayur-Debu/House-Price-Predictor.git
$terminal>> pip install -r .\requirements.txt
'''
Use this command to automatically install all libraries at once.
'''
$terminal>> pip install package_name == version
'''
Use this command to manually install any library with a custom version.
'''
$terminal>> flask run
OR
$terminal>> python app.py
# Flask app hosted at (Localhost): http://127.0.0.1:5000/
Language and framework used in following project