Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
## 💻 Technology Stack
|
3 |
- Python 3
|
|
|
1 |
+
# Lu-177 Dosimetry Tool (Two-Time-Point Fitting)
|
2 |
+
|
3 |
+
This open-source web application calculates **Time-Integrated Activity (TIA)** based on **two post-treatment SPECT/CT time points** using a **mono-exponential washout model**.
|
4 |
+
|
5 |
+
## 👨⚕️ Purpose
|
6 |
+
The tool is designed for simplified, patient-specific dosimetry of **Lutetium-177–PSMA therapy** in individuals diagnosed with **metastatic castration-resistant prostate cancer (mCRPC)**. Its goal is to enable reliable dose estimation without complex imaging protocols.
|
7 |
+
|
8 |
+
## 📈 How It Works
|
9 |
+
Users provide:
|
10 |
+
- Two SPECT imaging time points (in hours)
|
11 |
+
- Corresponding activity measurements (in MBq)
|
12 |
+
|
13 |
+
The tool automatically:
|
14 |
+
- Fits a mono-exponential time–activity curve
|
15 |
+
- Calculates:
|
16 |
+
- Washout rate (_k_)
|
17 |
+
- Initial activity (_A₀_)
|
18 |
+
- Time-Integrated Activity (_TIA = A₀ / k_)
|
19 |
+
- Displays results clearly and instantly
|
20 |
+
|
21 |
+
## 🧠 Model Used
|
22 |
|
23 |
## 💻 Technology Stack
|
24 |
- Python 3
|