Skip to content

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.

Notifications You must be signed in to change notification settings

NehaKanabar/Banglore_Price_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏠 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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages