This is a work in progress.
This is a port of the Macroeconomic Outlook presentation as a web dashboard using Streamlit.
Create a virtualenv and install the dependencies:
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.lock
streamlit run src/macroeconomic_outlook_dashboard/dashboard.py