Benny-Tang commited on
Commit
c783aed
·
verified ·
1 Parent(s): b89b0ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,15 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🏥 AI Diagnostics Agent: Early Cancer Discovery (Demo)
2
 
3
- ⚠️ Research demo only. Not for clinical use.
4
 
5
  ## What it does
6
- - **Imaging Agent**: Analyzes chest X-ray for cancer-related findings (mass, nodule, opacity).
7
  - **Lab Agent**: Parses tumor marker labs (PSA, CA-125, AFP) against thresholds.
8
  - **Coordinator Agent**: Combines results into an early cancer screening summary.
9
 
10
  ## Try it
11
  This Space comes with sample data:
12
- - [samples/sample_xray.jpg](samples/sample_xray.jpg) — public domain chest X-ray
13
- - [samples/sample_labs.txt](samples/sample_labs.txt) — mock tumor marker results
14
 
15
  You can also upload your own test files (⚠️ do not use real patient data).
 
 
1
+ ---
2
+ title: AI Diagnostics Agent - Early Cancer Discovery
3
+ emoji: 🏥
4
+ colorFrom: purple
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: "5.43.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # 🏥 AI Diagnostics Agent: Early Cancer Discovery (Demo)
13
 
14
+ ⚠️ **Research demo only. Not for clinical use.**
15
 
16
  ## What it does
17
+ - **Imaging Agent**: Analyzes chest X-rays for findings related to lung cancer (mass, nodule, opacity).
18
  - **Lab Agent**: Parses tumor marker labs (PSA, CA-125, AFP) against thresholds.
19
  - **Coordinator Agent**: Combines results into an early cancer screening summary.
20
 
21
  ## Try it
22
  This Space comes with sample data:
23
+ - `samples/sample_xray.jpg` — public domain chest X-ray
24
+ - `samples/sample_labs.txt` — mock tumor marker results
25
 
26
  You can also upload your own test files (⚠️ do not use real patient data).
27
+