CoolFace
Apppublic

touchskyer/dw-billfighter

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
App README

BillFighter ๐ŸฅŠ

Don't just understand your medical bill. Fight it.

AI-powered medical bill advocate that finds billing errors, generates appeal letters, call scripts, and CMS complaint guides.

What It Does

  1. 1.Upload your medical bill or EOB (photo, PDF, or paste text)
  2. 2.Analyze โ€” AI scans for duplicate charges, unbundled codes, surprise billing, upcoding, and more
  3. 3.Fight โ€” Get ready-to-use appeal letters, call scripts, or CMS complaint guides for each issue found

Quick Start

bash
cd billfighter-spike
cp .env.example .env
# Add your Anthropic API key to .env

pip install -r requirements.txt
uvicorn app:app --reload --port 8000

Open http://localhost:8000

Key Difference from Bill "Decoders"

Most tools just translate your bill into plain English. BillFighter fights it:

FeatureBill DecodersBillFighter
Plain English translationโœ…โœ…
Error detectionโš ๏ธ Basicโœ… 9 categories
Appeal lettersโŒโœ… Ready to send
Call scriptsโŒโœ… With rebuttals
CMS complaintsโŒโœ… Step-by-step
Savings estimateโŒโœ… Per-issue

Samples

Three built-in scenarios:

  • โ€”Knee Surgery โ€” unbundled arthroscopy codes + duplicate blood draw
  • โ€”ER Surprise Bill โ€” out-of-network radiologist and anesthesiologist at in-network hospital
  • โ€”Overcharges โ€” duplicate office visit + unnecessary fees

Limitations

  • โ€”Not legal advice โ€” always verify with your insurance company
  • โ€”OCR quality varies โ€” paste text for best results
  • โ€”US healthcare only โ€” built for American medical billing system
  • โ€”No data stored โ€” bill text is processed and discarded