Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.55 KB

README.md

File metadata and controls

80 lines (60 loc) · 2.55 KB

🏠 Banglore Home Price Prediction 📈

A Flask application for predicting home prices in Bangalore, India.

IntroductionInstallationUsageAPI EndpointsTechnologies UsedContributing


🚀 Introduction

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.

💻 Installation

To run this Flask application locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Run the Flask server using python server.py.
  4. Access the application in your web browser at http://localhost:5000.

📝 Usage

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.

🛠️ API Endpoints

POST /predict_home_price

Predicts home price based on input parameters.

Parameters:

  • total_sqft: Total square footage of the property
  • location: Location of the property
  • bhk: Number of bedrooms
  • bath: Number of bathrooms

Response:


  {
    "estimated_price": 7500000
  }
  

🛠️ Technologies Used

  • Flask
  • Python
  • JavaScript
  • HTML
  • CSS

🤝 Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.