Taylor658 commited on
Commit
677961f
Β·
verified Β·
1 Parent(s): d35106d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -65
README.md CHANGED
@@ -1,97 +1,174 @@
1
  ---
2
- datasets:
3
- - name: Stereotactic Radiosurgery Dataset (SRS)
4
- - description: "A comprehensive dataset designed for developing AI models in Stereotactic Radiosurgery (SRS). This dataset includes clinical, imaging, tumor segmentation, and treatment planning data to support research in automated contouring, dose prediction, and treatment optimization."
5
- - license: "CC BY-NC 4.0"
6
- - tags:
7
- - medical-imaging
8
- - radiotherapy
9
- - tumor-segmentation
10
- - dose-optimization
11
- - AI-healthcare
12
- - languages:
13
- - en
 
 
 
 
 
 
 
14
  ---
15
 
16
- ## 🎯 **Stereotactic Radiosurgery Dataset (SRS)**
17
 
18
- ## 🎯 **Overview**
19
- The **Stereotactic Radiosurgery Dataset** is tailored for research in advanced AI applications for Stereotactic Radiosurgery (SRS).
 
20
 
21
  ---
22
 
23
- ## πŸ“Š **Dataset Summary**
24
- | **Feature** | **Details** |
25
- |--------------------------|-----------------------------------------------|
26
- | πŸ₯ **Clinical Data** | 400 patient records with demographic and medical history information. |
27
- | 🧠 **Imaging Data** | High-resolution CT, MRI, and PET scans with isotropic and anisotropic voxel sizes. |
28
- | 🎯 **Tumor Segmentations** | Segmentation paths for GTV, CTV, and PTV with inter-observer variability. |
29
- | βš™οΈ **Treatment Plans** | Beam arrangements, dose distributions, DVHs, and optimization objectives. |
30
- | πŸ“‚ **File Formats** | Metadata in CSV and images/segmentations in NIfTI. |
 
 
 
 
31
 
32
  ---
33
 
34
- ## πŸ’‘ **Features**
35
- ### **1. Clinical Data**
36
- - Patient demographics: Age, gender, weight, height.
37
- - Medical history: Comorbidities, previous treatments.
38
- - Tumor details: Histology, grade, and stage.
39
 
40
- ### **2. Imaging Data**
41
- - Modalities: CT, MRI, and PET.
42
- - Imaging protocols: Contrast-enhanced and non-contrast-enhanced scans.
43
- - Scanner metadata: Manufacturer and model.
44
 
45
- ### **3. Tumor Segmentation**
46
- - Gross Tumor Volume (GTV), Clinical Target Volume (CTV), and Planning Target Volume (PTV).
47
- - Segmentation paths stored in NIfTI format.
48
 
49
- ### **4. Treatment Plans**
50
- - Dose distributions, beam arrangements, and dose-volume histograms (DVHs).
51
- - Optimization goals: Tumor dose maximization and organ sparing.
 
 
 
 
52
 
53
  ---
54
 
55
- ## πŸ” **Usage**
56
- This dataset supports multiple applications:
57
- - **Automated Contouring:** Train models for accurate tumor volume delineation.
58
- - **Treatment Optimization:** Develop algorithms for optimized treatment plans.
59
- - **Patient Outcome Prediction:** Research predictive analytics for treatment response.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
  ---
62
 
63
- ## πŸ› οΈ **File Organization**
64
- - **Main CSV:** Contains metadata for all patient cases.
65
- - **Synthetic Images:** Paths to synthetic CT, MRI, and PET scans.
66
- - **Tumor Segmentations:** Paths to NIfTI files for GTV, CTV, and PTV segmentations.
67
- - **Simulated Paths:** Placeholder paths simulate real-world usage scenarios.
 
 
 
 
 
 
 
 
68
 
69
  ---
70
 
71
- ## 🎨 **Visual Example**
72
- Below is an example row from the dataset:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
- | **Feature** | **Example Value** |
75
- |---------------------------|---------------------------------------------|
76
- | Patient_ID | `SIM-0001` |
77
- | Age | `36` |
78
- | Imaging Modality | `CT` |
79
- | Tumor Histology | `Meningioma` |
80
- | GTV_Segmentation_Path | `/simulated/path/SIM-0001_GTV_segmentation.nii` |
81
- | Beam Arrangements | `Single` |
82
- | Dose Distributions (Gy) | `35.04` |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  ---
85
 
86
- ## πŸ“œ **Citations**
87
- If you use this dataset, please cite it as follows:
 
88
 
89
  ---
90
 
91
- ## πŸ’¬ **Contact**
92
- For questions, reach out to the dataset maintainer: **A Taylor @ hf.co/taylor658**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  ---
95
 
96
- ## πŸ”’ **Licensing**
97
- This dataset is licensed under **apache-2.0**.
 
1
  ---
2
+ pretty_name: "Stereotactic Radiosurgery Dataset (SRS)"
3
+ license: cc-by-nc-4.0
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - n<1K
8
+ task_categories:
9
+ - tabular-classification
10
+ - tabular-regression
11
+ tags:
12
+ - medical-imaging
13
+ - radiotherapy
14
+ - radiosurgery
15
+ - tumor-segmentation
16
+ - dose-optimization
17
+ - AI-healthcare
18
+ - synthetic
19
+ - tabular
20
+ - metadata-only
21
  ---
22
 
23
+ # 🎯 Stereotactic Radiosurgery Dataset (SRS)
24
 
25
+ > πŸ₯ **400 synthetic patient records** describing the clinical, imaging, segmentation, and treatment-planning metadata of a stereotactic radiosurgery workflow, delivered as a single CSV with placeholder file paths.
26
+
27
+ > ⚠️ **Disclaimer**: This is a **metadata-only synthetic dataset**. It contains **no real patients**, **no image files**, and **no segmentation files**. Every record is generated; paths in the imaging and segmentation columns are placeholders that do not resolve to any file. **Not for clinical use, treatment planning, or any patient-facing decision.**
28
 
29
  ---
30
 
31
+ ## πŸ“‹ At a Glance
32
+
33
+ | | |
34
+ |---|---|
35
+ | πŸ”’ **Rows** | 400 synthetic patient records |
36
+ | πŸ“ **Files** | One CSV (`stereotactic-radiosurgery-k1-with-segmentation.csv`) |
37
+ | 🧠 **Imaging** | Metadata only; no CT, MRI, or PET files included |
38
+ | 🎯 **Segmentation** | Metadata only; GTV, CTV, and PTV paths are placeholders |
39
+ | 🧬 **Generation** | Synthetic, template-based |
40
+ | 🌍 **Language** | English |
41
+ | πŸ“„ **License** | CC BY-NC 4.0 |
42
+ | 🏷️ **Version** | 1.0 |
43
 
44
  ---
45
 
46
+ ## πŸ“ Overview
 
 
 
 
47
 
48
+ The dataset models the **shape** of an SRS data pipeline, from patient intake through imaging, target delineation, and plan parameters, so that tooling and models can be prototyped against a realistic schema before access to protected clinical data is arranged. It is intended for research and development of AI methods in SRS, not as a source of clinical ground truth.
49
+
50
+ ---
 
51
 
52
+ ## πŸ“Š Dataset Summary
 
 
53
 
54
+ | Feature | Details |
55
+ |---|---|
56
+ | πŸ₯ **Clinical Metadata** | 400 records with synthetic demographics, medical history, and tumor descriptors |
57
+ | 🧠 **Imaging Metadata** | Modality, contrast protocol, voxel geometry, and scanner descriptors for CT, MRI, and PET; no image files |
58
+ | 🎯 **Segmentation Metadata** | Placeholder paths and descriptors for GTV, CTV, and PTV, including a synthetic inter-observer variability field |
59
+ | βš™οΈ **Treatment Plan Metadata** | Beam arrangement, prescribed dose, DVH summary fields, and optimization objective labels |
60
+ | πŸ“‚ **File Format** | CSV; path columns follow NIfTI naming conventions but point to no file |
61
 
62
  ---
63
 
64
+ ## πŸ’‘ Fields
65
+
66
+ ### πŸ₯ Clinical
67
+ - Patient demographics: age, sex, weight, height (synthetic)
68
+ - Medical history: comorbidities, previous treatments (synthetic labels)
69
+ - Tumor details: histology, grade, and stage (synthetic labels)
70
+
71
+ ### 🧠 Imaging Metadata
72
+ - Modality: CT, MRI, or PET
73
+ - Protocol: contrast-enhanced or non-contrast
74
+ - Scanner descriptors: manufacturer and model (synthetic labels)
75
+ - Voxel geometry: isotropic or anisotropic descriptors
76
+
77
+ ### 🎯 Segmentation Metadata
78
+ - Gross Tumor Volume (GTV), Clinical Target Volume (CTV), Planning Target Volume (PTV)
79
+ - Placeholder NIfTI-style paths (e.g., `/simulated/path/SIM-0001_GTV_segmentation.nii`)
80
+ - Synthetic inter-observer variability descriptor
81
+
82
+ ### βš™οΈ Treatment Plan Metadata
83
+ - Beam arrangement label, prescribed dose (Gy), DVH summary fields
84
+ - Optimization objective labels (target coverage, organ-at-risk sparing)
85
 
86
  ---
87
 
88
+ ## πŸ” Example Record
89
+
90
+ | Field | Example Value |
91
+ |---|---|
92
+ | `Patient_ID` | `SIM-0001` |
93
+ | `Age` | `36` |
94
+ | `Imaging_Modality` | `CT` |
95
+ | `Tumor_Histology` | `Meningioma` |
96
+ | `GTV_Segmentation_Path` | `/simulated/path/SIM-0001_GTV_segmentation.nii` |
97
+ | `Beam_Arrangement` | `Single` |
98
+ | `Prescribed_Dose_Gy` | `35.04` |
99
+
100
+ > πŸ“Œ **Note**: The `SIM-` prefix on every identifier marks the record as synthetic. Column names above are illustrative; see the CSV header for the exact schema.
101
 
102
  ---
103
 
104
+ ## πŸš€ Usage
105
+
106
+ ### Load the Dataset
107
+
108
+ ```python
109
+ from datasets import load_dataset
110
+
111
+ dataset = load_dataset("Taylor658/stereotactic-radiosurgery-k1-with-segmentation", split="train")
112
+ print(dataset[0])
113
+ ```
114
+
115
+ ### 🎯 Intended Usage
116
+
117
+ - πŸ§ͺ **Pipeline prototyping**: build and test ingestion, validation, and cohort-selection code against an SRS-shaped schema before connecting to a protected clinical source
118
+ - 🏷️ **Tabular modeling exercises**: classification or regression on synthetic metadata fields (e.g., beam arrangement from histology and stage) to develop and debug training code
119
+ - πŸ“ **Schema design**: a starting point for defining the metadata a real SRS dataset should carry
120
 
121
+ ### 🚫 Out of Scope
122
+
123
+ - Training or validating any model intended for clinical contouring, dose prediction, or treatment optimization; no image or dose data is present
124
+ - Patient outcome prediction; outcomes in the file are synthetic labels with no relationship to real treatment response
125
+ - Any use that treats the records as representing real people
126
+
127
+ ---
128
+
129
+ ## ⚠️ Limitations
130
+
131
+ ### 🧬 Synthetic Content
132
+ - Every field is generated; there is no underlying patient, scan, contour, or plan
133
+ - Distributions of age, histology, dose, and other fields are template choices, not epidemiological or clinical distributions
134
+
135
+ ### πŸ“ No Imaging or Segmentation Files
136
+ - Path columns are placeholders and do not resolve
137
+ - The dataset cannot support image-based tasks
138
+
139
+ ### βš™οΈ Plan Fields Are Labels
140
+ - Dose, beam, and DVH fields are summary values, not the output of a treatment planning system
141
+ - No dose distribution, structure set, or plan file is included
142
+
143
+ ### πŸ₯ Not for Clinical Use
144
+ - Nothing in this dataset should inform patient care, planning, or QA
145
 
146
  ---
147
 
148
+ ## πŸ“œ License
149
+
150
+ Released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). You may share and adapt the material for **non-commercial** purposes with attribution.
151
 
152
  ---
153
 
154
+ ## πŸ™Œ Citation
155
+
156
+ ```bibtex
157
+ @misc{srs_synthetic_metadata_2026,
158
+ title = {Stereotactic Radiosurgery Dataset (SRS): Synthetic Metadata},
159
+ author = {Taylor, A.},
160
+ year = {2026},
161
+ howpublished = {\url{https://huggingface.co/datasets/Taylor658/stereotactic-radiosurgery-k1-with-segmentation}},
162
+ note = {Metadata-only synthetic dataset with placeholder imaging and segmentation paths.}
163
+ }
164
+ ```
165
+
166
+ ---
167
+
168
+ ## πŸ§‘β€πŸ’» Contributing
169
+
170
+ - πŸ’¬ Open a Discussion to propose additional metadata fields, histology categories, or plan descriptors
171
 
172
  ---
173
 
174
+ **πŸ‘¨β€πŸš€ Author:** A Taylor Β· **πŸ€— Hugging Face:** [hf.co/Taylor658](https://huggingface.co/Taylor658) Β· **πŸ™ GitHub:** [ATaylorAerospace](https://github.com/ATaylorAerospace)