touchskyer/billfighter
0
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
- Upload your medical bill or EOB (photo, PDF, or paste text)
- Analyze โ AI scans for duplicate charges, unbundled codes, surprise billing, upcoding, and more
- Fight โ Get ready-to-use appeal letters, call scripts, or CMS complaint guides for each issue found
Quick Start
cd billfighter-spike
cp .env.example .env
# Add your Anthropic API key to .env
pip install -r requirements.txt
uvicorn app:app --reload --port 8000Open http://localhost:8000
Key Difference from Bill "Decoders"
Most tools just translate your bill into plain English. BillFighter fights it:
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
