Feb 21, 2026

Ai-powered Compliance Monitoring System

autonomousagents rag (retrieval-augmented generation) complianceautomation explainableai (xai) realtimesecurity randomforest

ComplianceAI is an AI-powered Anti-Money Laundering (AML) compliance platform that automates the entire transaction monitoring pipeline — from ingestion and risk scoring to AI-generated compliance reports and human review.

Why we built it: Traditional AML systems rely on rigid if-else rules that criminals easily exploit by splitting large transfers into smaller ones below detection thresholds. Analysts then spend 30–45 minutes manually reviewing each alert, writing explanations, and deciding whether to escalate — while thousands of alerts pile up daily. We built ComplianceAI to eliminate this bottleneck entirely.

How it works: A Random Forest classifier (99% accuracy, trained on real AML transaction data) flags suspicious transactions based on 15 engineered features — including cross-currency patterns, transaction velocity, and timing anomalies. Every flagged violation is then explained by Google Gemini 2.5 Flash using a RAG pipeline grounded in real AML policy documents, generating a professional, auditor-ready compliance report in under 5 seconds. Compliance officers review each flag via a Human-in-the-Loop panel, where they can Resolve or Escalate with notes — creating a full, timestamped audit trail.

What makes it different: The entire system runs on a distributed Celery task queue backed by MongoDB Atlas, processing batches of 5–50 transactions in parallel without blocking the UI. Five specialized AI agents handle monitoring, detection, explanation, policy retrieval, and reporting — end to end, automatically.

The platform ships with a 9-page React dashboard covering real-time KPIs, live agent activity, violation explorer, ML prediction analytics, policy management, downloadable compliance reports, and audit logs.

This build was uploaded as a hackathon project

Hackathon

HackFest 2.0

View All Projects

1

Give a star to encourage!Discussion
Start a new conversation!
Login to join the discussion
Updates
  • Current StatusThe project is fully functional and ready for the final presentation. All 9 pages are working, the backend is stable, batch processing runs smoothly, all violations have AI explanations, the human review workflow is connected end-to-end, and API keys have been secured from public exposure.
    Sunday, Feb 22nd, 2026
  • UI/UX: Bug-Free. Search dropdowns (Dates/Statuses) fixed. Charts and Metric cards are fully operational.AI Engine: Active. RAG system (policy extraction) and specialized Agent Network (Monitoring/Detection/Explanations) are functional and ready to showcase.Backend: Integrated. Datasets and model training notebooks are correctly placed in the backend/ directory.Deployment: Live on GitHub. Pushed to ComplainceAI with a clean, optimized history.
    Saturday, Feb 21st, 2026