Demo & Evidence

This page documents the end-to-end demo flow for the project and links directly to the actual clips, screenshots, inputs, and evidence exports already in this repo.


Demo Flow (5 short clips)

Each clip shows one action + one result.


Clip A — Generate Dirty ERP Data

Caption: Generate ERP dump with seeded anomalies

Command:

python src/data_generator.py

Outputs created

What this clip shows

Clip (image):

Screenshots:


Clip B — Rule Engine Detects Exceptions

Caption: Config-driven rule engine detects ghost vendors & PO variance

Command:

python src/rule_engine.py

Evidence exports (example run)

These are real files from the repo (timestamped):

What this clip shows

Clip (image):

Screenshot:


Clip C — FOIP/PII Scan (AI/NLP)

Caption: AI flags privacy risk inside unstructured Notes

Command:

python src/ai_auditor.py

Evidence export (example run)

What this clip shows

Clip (image):

Short walkthrough (video):


Clip D — Streamlit Dashboard

Caption: Dashboard summary + exportable evidence tables

Command:

streamlit run app/dashboard.py

What this clip shows

Clip (video):

Dashboard UI walkthrough (video):


Clip E — Tests & CI

Caption: Tests + CI confirm reliability

Local unit tests

Command:

pytest -q

CI evidence

Clip (image):

Screenshot:


Outputs

Raw inputs

Evidence exports

All saved under data/audit_reports/.

Representative evidence files already present:

Run logs



Clip A (your capture):