This project seeks to understand access to public services (parks, libaries, transit) in the city of Chicago and how they may relate to factors of socioeconomic change. By running the application, you will be able to explore these factors and their relationships on an interactive dashboard.
We built a Dash application for our project. It can be run by following the below steps.
-
Clone the repo for tales-of-second-city using the url on GitHub
-
In the root directory, run poetry install to install dependencies
poetry install
- Run poetry shell to create the virtual environment
poetry shell
- Run python -m talesofsecondcity to open the app
python -m talesofsecondcity