Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 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).
|