Web app for exploring the lifetime cost model.
- Clone this repository:
Navigate to the directory where you want to clone the repository and run:
git clone git@github.com:nestauk/asf_lifetime_cost_app.git
- Create a conda environment and install requirements:
cd asf_lifetime_costs_app
conda create --name asf_lifetime_costs_app python==3.13
conda activate asf_lifetime_costs_app
pip install -r requirements.txt
pip install pre-commit
- Run the dashboard locally with:
streamlit run lifetime_costs_app.py
The repository structure and key scripts are highlighted below: