Skip to content

Streamlit application to visualize real estate market data from realtor.com

Notifications You must be signed in to change notification settings

ericttran3/streamlit-realtor-visuals

Repository files navigation

Streamlit Realtor Visuals

An interactive data visualization application built with Streamlit that provides insights into real estate market trends using publicly available data from realtor.com/research/data. The app aggregates and visualizes data across multiple geographic levels including national, state, metro, county, and ZIP code regions.

All data is sourced from realtor.com/research/data, providing comprehensive real estate market metrics including:

  • Median listing prices
  • Active listing counts
  • Days on market
  • New listings
  • Price changes
  • Pending sales
  • Price per square foot
  • And more...

Features

  • Interactive time series charts using Altair
  • Comparative analysis across different geographic regions
  • Seasonal trend analysis
  • Multiple view options:
    • Raw values
    • Month-over-Month (MoM) changes
    • Year-over-Year (YoY) changes
    • Changes since 2019
    • Seasonality patterns

Getting Started

Prerequisites

  • Python 3.8+
  • pip package manager

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/streamlit-realtor-visuals.git
cd streamlit-realtor-visuals
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the app:
streamlit run app.py

Demo

TODO: Add demo

Upcoming Features

  • Enhanced interactive mapping capabilities using Folium
  • ChatAI integration for natural language data queries
  • Additional visualization options
  • Mobile-responsive design improvements

Contributing

Feedback, bug reports, and contributions are welcome! Please feel free to:

  • Submit issues for bug reports or feature requests
  • Create pull requests for improvements
  • Share suggestions for enhancing the user experience

Contact

For questions, feedback, or bug reports, please contact:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Streamlit application to visualize real estate market data from realtor.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published