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

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -1,12 +1,15 @@
1
- ---
2
- title: Aidiagnostics
3
- emoji: 🦀
4
- colorFrom: blue
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 5.44.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
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).