-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #551 from Rahul-AkaVector/project/house-price-pred…
…iction House price prediction
- Loading branch information
Showing
7 changed files
with
23,964 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 🏡 Online House Price Prediction | ||
|
||
This project is an online house price prediction tool designed to estimate the prices of houses based on various input features. It uses machine learning to make predictions and is deployed using [Streamlit](https://streamlit.io/). You can try out the tool at the link below: | ||
|
||
🌐 **Live Demo**: [Online House Price Predictor](https://online-house-price-predicter-by-rahulakavector.streamlit.app/) | ||
|
||
## 📋 Project Overview | ||
|
||
The **Online House Price Prediction** application allows users to input property details and receive an estimated price for the house. The model has been trained using a dataset of house prices and related features to predict prices based on user input. | ||
|
||
### Features: | ||
|
||
- Predict house prices based on various input factors (e.g., location, size, number of bedrooms). | ||
- Simple and intuitive user interface. | ||
- Real-time predictions powered by machine learning. | ||
- Easy-to-use web application deployed using Streamlit. | ||
|
||
## 🚀 How to Use | ||
|
||
1. **Access the Application**: Visit the [online house price predictor](https://online-house-price-predicter-by-rahulakavector.streamlit.app/). | ||
2. **Input Features**: Provide the necessary details like location, square footage, number of bedrooms, bathrooms, etc. | ||
3. **Get Prediction**: The application will instantly display the predicted price of the house. | ||
|
||
## 🧑💻 Technologies Used | ||
|
||
- **Frontend**: [Streamlit](https://streamlit.io/) | ||
- **Backend**: Python (with machine learning libraries like Scikit-learn, Pandas) | ||
- **Deployment**: Streamlit Cloud |
Binary file not shown.
Oops, something went wrong.