Getting an estimate of house price in certain areas is painful. All you can get is the individual house prices and decide upon the the scattered information.
To solve the problem this project "Housez" is made to bring to you the exact brief price prediction of a place.
Live Link → https://housez.netlify.app/
Project Demo
Housez.-.Google.Chrome.2022-10-28.17-32-13.mp4
api → https://bapp-api.onrender.com
GET /api/getlocation
POST /api/getpredictedprice
Parameter | Type | Description |
---|---|---|
total_sqft |
number |
Required. Sqft of house |
bath |
number |
Required. Number of bathrooms |
bhk |
number |
Required. Number of BHK |
balcony |
number |
Required. Number of balconies |
location |
string |
Required. Search Location |
Clone Project :
git clone https://github.com/saikatXshrey/college-major-project.git
Install project epenencies with npm/yarn
cd college-major-project
npm install
Start the server
npm run start
To deploy this project run
npm run build