Skip to content

Predict Bangalore house prices using location, sqft, BHK, and bathrooms. Built with Flask and Ridge Regression. Fast, simple, and works offline.

Notifications You must be signed in to change notification settings

Ddiyaaa/Price_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Price_Predictor

πŸ“Œ Project Title:

Bangalore House Price Predictor

πŸ“ Short Description:

A machine learning-powered web application that predicts house prices in Bangalore based on location, square footage, number of bedrooms (BHK), and bathrooms. The app is built using Flask and integrates a trained Ridge Regression model to give real-time price estimates.

πŸ’» Tech Stack:

Frontend: HTML5, CSS3, Jinja2 (Flask templating)

Backend: Python, Flask

Modeling: Scikit-learn (Ridge Regression), Pandas, Numpy

Data Handling: CSV, Pickle (.pkl)

Development Tools: Jupyter Notebook, VS Code

πŸ“Š Data Source:

Dataset: Bangalore House Price Dataset

Format: CSV file

Fields used: location, total_sqft, bath, bhk

Preprocessing: OneHotEncoding for location, scaling and cleaning

🌟 Features & Highlights:

πŸ“ Dynamic Location Dropdown: Automatically loads all unique locations from dataset

🧠 ML Model Integration: Uses a trained Ridge Regression model for accurate predictions

πŸ’‘ Real-Time Price Prediction: Instantly predicts price based on input features

πŸ” Form Reset Button: Easily clear inputs with a single click

πŸ“ˆ Clean UI: Simple, user-friendly layout

βš™οΈ Scalable: Easily extendable for new cities or more features

πŸ’Ύ Offline & Lightweight: Works locally without heavy setup

About

Predict Bangalore house prices using location, sqft, BHK, and bathrooms. Built with Flask and Ridge Regression. Fast, simple, and works offline.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published