Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 291 Bytes

File metadata and controls

16 lines (12 loc) · 291 Bytes

FSA Exposure Modelling Dashboard

Built using Plotly Dash

Getting started

  1. Clone the repository
  2. Copy the combined data to ./data/combined_data.parquet
  3. Run the app with:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python src/app.py