Skip to main content
completed healthcare

MedicaidGuard Deploy

Production-style Medicaid fraud inference stack with Cloud Run API + dashboard deployment, batch scoring, and model health telemetry.

Started: March 28, 2026
Completed: April 5, 2026

Evidence & Verification

Metrics and claims on this page are tied to the linked artifacts below (repository docs, experiment outputs, and deployment pages when available).

2
Cloud Run Services
4
Api Endpoints
10/10
P0 Checks
0.8379
Auprc

Tags

healthcarefraud-detectionfastapistreamlitcloud-run

Technologies

Python FastAPI XGBoost Streamlit Cloud Run

Overview

MedicaidGuard Deploy packages healthcare fraud modeling into a deployable FastAPI service and Streamlit analyst interface. It is designed for practical Cloud Run operations, including model health checks, inference metrics, and batch throughput controls.

Live Deployment

API Surface

  • POST /predict for single-claim fraud risk scoring
  • POST /predict/batch for bulk scoring
  • GET /health for model/runtime health
  • GET /metrics for aggregated inference telemetry

Validation Snapshot

Phase 3 automated checks validated all core MedicaidGuard demo scenarios (10/10), including:

  • normal/suspicious/high-risk examples,
  • batch run behavior,
  • risk factor visualization,
  • model tab consistency (AUPRC 0.8379),
  • inference time target checks (<100ms scenarios).

GitHub Status