Skip to content

dbnomics/macroeconomic-outlook-dashboard

Repository files navigation

Macroeconomic Outlook dashboard

This is a work in progress.

This is a port of the Macroeconomic Outlook presentation as a web dashboard using Streamlit.

Installation

Create a virtualenv and install the dependencies:

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.lock

Usage

streamlit run src/macroeconomic_outlook_dashboard/dashboard.py