Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Healthcare_Fraud
app_file: app.py
sdk: gradio
sdk_version: 5.47.2
🏥 Healthcare Fraud Detection – Demo App
This app demonstrates a simple, rule-based fraud detection workflow commonly used in healthcare data science initiatives.
Fraud Patterns Included
- Upcoding
- Phantom Billing
- Unbundling
- High-dollar claim flags
Features
- Accepts provider, procedure, amount, and claim notes
- Produces a fraud score (High / Moderate / Low / None)
- Displays detected fraud-related indicators
- Lightweight and deployable on Hugging Face Spaces
Deploy
- Go to https://huggingface.co/new-space
- Hugging Face SDK: Gradio
- Upload these files:
app.pyrequirements.txtruntime.txtREADME.md
- Build → App launches automatically