zaveta / Housing-Market-Dashboard-using-Streamlit

My goal was is creating interactive web dashboard for the needs of a realtor using Python and Streamlit, Collecting data from web pages using Python, Cleaning data using Pandas, and Visualization data with MatPlotLib and Streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Housing Market Dashboard using Streamlit

This app download data from Market Statistics Monthly Stat Reports and presents data in the form of tables and graphs.

File Descriptions

  • dashboard.py script
  • download.py script for download data from web-site
  • plotting.py scpipt for drawing charts
  • city_codes.csv csv file helping download data
  • requirements.txt

Libraries use

(Look for requirements.txt)

How to interact with project

In a virtual environment:

pip3 install -r requirements.txt

Running using Streamlit:

streamlit run dashboard.py

Then follow instructions.

Licensind

Apache License 2.0

See the LICENSE file for details

About

My goal was is creating interactive web dashboard for the needs of a realtor using Python and Streamlit, Collecting data from web pages using Python, Cleaning data using Pandas, and Visualization data with MatPlotLib and Streamlit


Languages

Language:Python 100.0%