PragmaticPete commited on
Commit
d0702fc
·
verified ·
1 Parent(s): bd69e6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -8
README.md CHANGED
@@ -1,14 +1,36 @@
1
  ---
2
- title: AI Gap Analyzer
3
- emoji: 🐨
4
- colorFrom: indigo
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.25.0
8
  app_file: app.py
9
- pinned: false
10
  license: mit
11
- short_description: Analyzes Medicare Advantage Data For Care Gaps and SDOH
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)