Synav commited on
Commit
a735f3b
·
verified ·
1 Parent(s): dead450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -25,6 +25,26 @@ This tool enables rapid development of **clinically trustworthy, publication-gra
25
 
26
  ---
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Core Capabilities
29
 
30
  ### Model Development
 
25
 
26
  ---
27
 
28
+ ## ⭐ Quick Start – Single Patient Mortality Prediction
29
+
30
+ To **predict mortality probability for an individual patient**:
31
+
32
+ 1. Open the **Predict + SHAP (2️⃣ Predict)** tab
33
+ 2. Enter patient details across:
34
+ - **Core**
35
+ - **Clinical (Yes/No)**
36
+ - **NGS**
37
+ - **FISH**
38
+ 3. Click **Predict single patient**
39
+
40
+ The system will automatically generate:
41
+ - Predicted mortality probability (0–1)
42
+ - Risk band (Low / Intermediate / High)
43
+ - SHAP explanation showing which variables contributed most to the prediction
44
+ - Downloadable results and plots
45
+
46
+ This enables **transparent, patient-level, clinically interpretable risk estimation** in seconds.
47
+
48
  ## Core Capabilities
49
 
50
  ### Model Development