Healthcare_Fraud / README.md
LianHP's picture
Upload folder using huggingface_hub
afdf858 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
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

  1. Go to https://huggingface.co/new-space
  2. Hugging Face SDK: Gradio
  3. Upload these files:
    • app.py
    • requirements.txt
    • runtime.txt
    • README.md
  4. Build → App launches automatically