Skip to content

Latest commit

Β 

History

History
74 lines (46 loc) Β· 1.7 KB

File metadata and controls

74 lines (46 loc) Β· 1.7 KB

Gurgaon Real Estate Insights 🏑

An AI-powered real estate analytics web app focused on Gurgaon's property market. Built with Machine Learning, Data Visualization, and Streamlit.


Features

  • Market Analysis β€” Explore locality-wise trends, visualize property data, and identify the best investment zones in Gurgaon
  • Price Predictor β€” Enter property details and get an AI-based price estimate instantly
  • Apartment Recommender β€” Get personalized apartment suggestions based on budget, safety, and amenities

Tech Stack

  • Frontend/UI: Streamlit
  • Language: Python
  • ML & Data: scikit-learn, pandas, numpy
  • Visualization: matplotlib / seaborn / plotly
  • Notebooks: Jupyter

Project Structure

Captone_project/

β”œβ”€β”€ data/ # Raw and processed property datasets

β”œβ”€β”€ model/ # Trained ML models

β”œβ”€β”€ notebooks/ # EDA and model training notebooks

β”œβ”€β”€ pages/ # Streamlit multi-page modules

β”‚ β”œβ”€β”€ market_analysis.py

β”‚ β”œβ”€β”€ price_predictor.py

β”‚ └── recommendations.py

β”œβ”€β”€ home.py # App entry point

└── .gitignore


Installation

git clone https://github.com/Abhinandan2006/Captone_project.git
cd Captone_project
pip install -r requirements.txt

Usage

streamlit run home.py

Then open http://localhost:8501 in your browser and use the sidebar to navigate between modules.


Dataset

Property data sourced from real listings in Gurgaon, India. Raw data is in the data/ folder and preprocessing steps are documented in the notebooks.

License

This project is for learning and educational purposes.