3-minute overview
- Scan the project matrix and CI badges.
- Read the maturity labels and deployment status.
- Open the architecture and tradeoff notes.
Public index for six runnable project repositories
This static site presents the portfolio as an external reviewer would see it: project purpose, API surface, tests, evaluation evidence, deployment validation, and the quickest paths to inspect or run the systems locally.
Reviewer path
Final reviewer checklist
CI evidence
Project matrix
| Project | Problem solved | Stack | Demo command | Status | Tests/evals | Deployment validation |
|---|---|---|---|---|---|---|
| Enterprise RAG | Source-backed retrieval and grounded HR policy answers. | Python, FastAPI, local embeddings, SQLite, Docker, Kubernetes, CI. | uvicorn api.server:app --reload --port 8000python scripts/smoke_test.py |
Locally tested, smoke-tested, cloud deployment pending, needs production data. | 9 tests passed; retrieval eval accuracy 1.0. | Compose/K8s statically validated; image build validated in CI. |
| Customer Ops | Multi-step customer message routing with an inspectable decision trace. | Python, FastAPI, workflow agents, SQLite, Docker, Kubernetes, CI. | uvicorn api.server:app --reload --port 8000python scripts/smoke_test.py |
Locally tested, smoke-tested, cloud deployment pending, needs production data. | 8 tests passed; policy/action accuracy 1.0. | Compose/K8s statically validated; image build validated in CI. |
| Incident Detection | Telemetry scoring for latency, errors, timeouts, and traffic anomalies. | Python, FastAPI, z-score model, SQLite, Docker, Kubernetes, CI. | uvicorn api.server:app --reload --port 8000python scripts/smoke_test.py |
Locally tested, smoke-tested, cloud deployment pending, needs production data. | 7 tests passed; scoring eval accuracy 1.0. | Compose/K8s statically validated; image build validated in CI. |
| Sales Intelligence | Account propensity scoring with ranked feature explanations. | Python, FastAPI, deterministic scoring, SQLite, Docker, Kubernetes, CI. | uvicorn api.server:app --reload --port 8000python scripts/smoke_test.py |
Locally tested, smoke-tested, cloud deployment pending, needs production data. | 7 tests passed; scoring eval accuracy 1.0. | Compose/K8s statically validated; image build validated in CI. |
| Meeting Intelligence | Transcript analysis for summaries, decisions, and action items. | Python, FastAPI, Pydantic schemas, SQLite, Docker, Kubernetes, CI. | uvicorn api.server:app --reload --port 8000python scripts/smoke_test.py |
Locally tested, smoke-tested, cloud deployment pending, needs production data. | 8 tests passed; structure accuracy 1.0. | Compose/K8s statically validated; image build validated in CI. |
| ADAAS | HR assistant application with leave workflows and policy chat. | Flutter, Dart, Node, Express, optional MongoDB, Docker, Kubernetes, CI. | cd hr-backend && npm startnpm run smoke in a second terminal |
Locally tested, smoke-tested, cloud deployment pending, needs production data. | 10 backend tests passed; Flutter analyze clean; 17 Flutter tests passed. | Backend Compose/K8s statically validated; backend image build validated in CI. |
System map
Deep dives
Documentation map
Screenshots and GIFs
No screenshots or GIFs are committed yet. Use
docs/DEMO_CAPTURE.md to capture
real terminal runs or UI screenshots, then place final assets under
docs/assets/ and link them from this page.
GitHub Pages
This site is plain HTML and CSS. It does not require Node, package installation, a frontend build, secrets, registries, or service runtime credentials.