Skip to content

Commit

Permalink
Added Readme.md file for house price prediction and deployment link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-AkaVector committed Oct 13, 2024
1 parent 854131a commit 0626052
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Machine_Learning/House_Price_Prediction/Readme.md
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

0 comments on commit 0626052

Please sign in to comment.