A Flask application for predicting home prices in Bangalore, India.
Introduction • Installation • Usage • API Endpoints • Technologies Used • Contributing
Banglore Home Price Prediction is a Flask application that predicts home prices based on various factors such as square footage, number of bedrooms and bathrooms, location and for that I have used ML algorithms.
To run this Flask application locally, follow these steps:
- Clone this repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the Flask server using
python server.py
. - Access the application in your web browser at
http://localhost:5000
.
Once the Flask server is running, you can access the application in your web browser. Enter the required details in the input fields and dropdown menu, then click the "Estimate Price" button to get the predicted home price.
Predicts home price based on input parameters.
Parameters:
total_sqft
: Total square footage of the propertylocation
: Location of the propertybhk
: Number of bedroomsbath
: Number of bathrooms
Response:
{
"estimated_price": 7500000
}
- Flask
- Python
- JavaScript
- HTML
- CSS
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.