Consumer Medical AI
Open-Source Patient Billing Intelligence Platform
- Automatically extract, analyze, and challenge medical billing errors using locally-hosted AI.
- 100% open-source · No cloud dependency · All data stays on your machine.
What It Does
- OCR Bill Extraction** | Reads scanned bills (PDF, PNG, JPG) — extracts CPT codes, charges, provider info
- Policy Analysis** | Parses EOB/policy documents to identify coverage gaps via RAG
- Anomaly Detection** | Compares charges to Medicare rates, flags duplicates, upcoding, unbundling
- Appeal Letters** | Generates formal letters citing No Surprises Act and policy language
- Web UI** | Browser-based dashboard — no build step, no npm required
Quick Start (Linux)
“`bash
1. Clone or unzip the project
cd ~/projects/consumer-medical-ai
2. Make scripts executable
chmod +x install-and-run.sh manage-services.sh
3. One-click install and launch
./install-and-run.sh
4. Browser opens at http://localhost:8000/ui
# Demo login: demo@consumermedicalai.local / demo1234