This Streamlit app is an overview demo that explains:
- What Trustworthy AI is
- Why it matters (public safety, economic, trust/legitimacy)
- A simple interactive mini-demo showing how safeguards change risk
- Short failure stories + a practical roadmap
python -m venv .venv
# macOS/Linux
source .venv/bin/activate
# Windows
# .venv\Scripts\activatepip install -r requirements.txtstreamlit run app.py- The interactive demo uses a small example dataset and a lightweight simulated scoring model (no heavy ML dependencies) to keep the demo easy to run and easy to understand.
- You can replace
data/sample_cases.csvwith your own domain examples later.
app.py— Home / navigationpages/— Streamlit multipage contenttrust_utils.py— shared scoring + helper functionsdata/sample_cases.csv— small example dataset
MIT
Open Interactive mini-demo (story mode) and click through: Reliable → Safe → Fair → Transparent → Accountable.