01 / THE CONTEXTThe problem behind
the product.
Built for Razorpay AI Buildathon 2026, this public project turns transaction scoring into a complete decision workflow. A supervised detector and an anomaly verifier feed a three-way policy: allow, block, or escalate. A FastAPI service exposes the decisions and explanations to a Next.js operations console.
The challenge
A high aggregate accuracy can hide expensive missed fraud in an imbalanced dataset. Minimizing modeled loss alone can also flag more transactions than a review team could process. The useful engineering problem is choosing an operating point with explicit assumptions and a practical capacity constraint.
WHAT I WORKED ONMy published project connects feature engineering, model evaluation, an API decision pipeline, and an operations interface. The repository includes the evaluation method, source code, and recorded results. This case covers the integrated prototype; the numbers below are offline measurements from that implementation.