A Machine Learning web application that predicts house prices based on Area, Bedrooms, and City using Linear Regression. The application is built with Python, Scikit-learn, and Streamlit, and is deployed online using Streamlit Cloud.
🔗 https://abhi7232-house-project-app-kmqowd.streamlit.app/
🔗 https://github.com/Abhi7232/House_Project
- 🏠 Predict house prices instantly
- 📍 Select city from dropdown
- 📐 Enter house area
- 🛏️ Enter number of bedrooms
- 🤖 Machine Learning prediction using Linear Regression
- 🌐 User-friendly Streamlit interface
- Python
- Pandas
- NumPy
- Scikit-learn
- Streamlit
House_Project/
│── app.py
│── house_data.csv
│── requirements.txt
│── README.md
pip install -r requirements.txt
streamlit run app.pyAbhishek Kanojiya
B.Tech CSE (Artificial Intelligence)
GitHub: https://github.com/Abhi7232