Streamlit application for operator scheduling and AED analytics.
- Python 3.10+
- Graphviz (for tree visualisations)
make install
make runThe app will start at http://localhost:8501.
make install attempts to install Graphviz automatically:
- Linux:
aptordnf - macOS: Homebrew or MacPorts
- Windows: Chocolatey or Winget
If Graphviz is already installed, it is skipped. If the installer does not update PATH, restart your terminal.
make venv
make install
make run
make clean