phyjaafar commited on
Commit
b549a6a
·
verified ·
1 Parent(s): 017a565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
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**.
@@ -11,23 +22,11 @@ Users provide:
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
25
- - [Gradio](https://gradio.app) for the web interface
26
- - Hosted via [Hugging Face Spaces](https://huggingface.co/spaces)
27
-
28
- ## 🛠️ License
29
- MIT License — free to use, adapt, and share with credit.
30
-
31
- ---
32
-
33
- Developed by **Jaafar** (2024) for academic and clinical research purposes.
 
1
+ ---
2
+ title: Lu-177 Dosimetry Tool
3
+ emoji: ⚛️
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "3.47.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Lu-177 Dosimetry Tool (Two-Time-Point Fitting)
13
 
14
  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**.
 
22
  - Corresponding activity measurements (in MBq)
23
 
24
  The tool automatically:
25
+ - Fits a mono-exponential time–activity curve
26
  - Calculates:
27
  - Washout rate (_k_)
28
  - Initial activity (_A₀_)
29
  - Time-Integrated Activity (_TIA = A₀ / k_)
30
+ - Displays results instantly
31
 
32
  ## 🧠 Model Used