Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,36 @@
|
|
1 |
---
|
2 |
-
title: AI
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: mit
|
11 |
-
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: AI Medicare Advantage Analyzer
|
3 |
+
emoji: 🧠
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
python_version: 3.10
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: mit
|
11 |
+
cover_image: mylogo.JPG
|
12 |
---
|
13 |
|
14 |
+
# AI Medicare Advantage Analyzer 🧠📊
|
15 |
+
|
16 |
+
**Built by PDS – Healthcare Analytics Powered by AI**
|
17 |
+
|
18 |
+
This Hugging Face Space analyzes Medicare Advantage patient data using CMS/HEDIS rules,
|
19 |
+
identifies care gaps, estimates financial recovery, and generates personalized summaries
|
20 |
+
using an embedded local LLM.
|
21 |
+
|
22 |
+
## 🚀 Features
|
23 |
+
- HEDIS & STAR care gap detection (e.g. Breast Cancer, A1c, BP)
|
24 |
+
- SDOH-aware financial forecasting with HCC logic
|
25 |
+
- LLM-generated summaries with prompt engineering
|
26 |
+
- Cohort insights dashboard: risk, gap frequency, revenue
|
27 |
+
- ZIP export of docx reports
|
28 |
+
|
29 |
+
## 📂 How to Use
|
30 |
+
1. Upload a CSV with synthetic or de-identified patient records.
|
31 |
+
2. Select report tone & optional custom summary prompt.
|
32 |
+
3. View reports, download ZIP, and explore population-level visuals.
|
33 |
+
|
34 |
+
## 🧠 Powered By
|
35 |
+
- Python · Gradio · Pandas · Matplotlib · Seaborn
|
36 |
+
- `llama-cpp-python` with DeepCogito LLM (8B GGUF)
|