Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,96 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- name: Anterior Cervical Discectomy Dataset (ACD)
|
4 |
+
- description: "A high-quality dataset for AI model development in Anterior Cervical Discectomy (ACD), featuring clinical, imaging, and surgical data to advance research in automated image analysis, surgical planning, and outcome prediction."
|
5 |
+
- license: "Apache 2.0"
|
6 |
+
- tags:
|
7 |
+
- medical-imaging
|
8 |
+
- spine-surgery
|
9 |
+
- segmentation
|
10 |
+
- surgical-planning
|
11 |
+
- AI-healthcare
|
12 |
+
- languages:
|
13 |
+
- en
|
14 |
+
---
|
15 |
+
|
16 |
+
# 𦴠**Anterior Cervical Discectomy Dataset (ACD)** π¦΄
|
17 |
+
|
18 |
+
## π― **Overview**
|
19 |
+
The **Anterior Cervical Discectomy (ACD) Dataset** is designed for research in AI applications for spine surgery. With a comprehensive collection of real-world and simulated clinical data, this dataset supports tasks such as automated segmentation, disease detection, surgical planning, and outcome prediction.
|
20 |
+
|
21 |
+
---
|
22 |
+
|
23 |
+
## π **Dataset Summary**
|
24 |
+
| **Feature** | **Details** |
|
25 |
+
|---------------------------|-----------------------------------------------|
|
26 |
+
| π₯ **Clinical Data** | 1200 patient records with demographic, medical, and surgical history. |
|
27 |
+
| π§ **Imaging Data** | High-resolution CT and MRI scans across pre-operative, intra-operative, and post-operative stages. |
|
28 |
+
| π― **Annotations** | Paths to synthetic segmentations for spinal structures and annotations by expert spine surgeons. |
|
29 |
+
| βοΈ **Surgical Data** | Surgical approach, implant type, disc herniation level, and follow-up notes. |
|
30 |
+
| π **File Formats** | Metadata in CSV and imaging data in simulated NIfTI paths. |
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## π‘ **Features**
|
35 |
+
### **1. Clinical Data**
|
36 |
+
- Patient demographics: Age, sex, weight, height.
|
37 |
+
- Medical history: Comorbidities, previous surgeries.
|
38 |
+
- Surgical details: Approach, level of disc herniation, implant type.
|
39 |
+
|
40 |
+
### **2. Imaging Data**
|
41 |
+
- Modalities: CT and MRI.
|
42 |
+
- Imaging protocols: T1-weighted, T2-weighted, and T2-FLAIR.
|
43 |
+
- Scan stages: Pre-operative, intra-operative, post-operative.
|
44 |
+
- Scanner metadata: Manufacturer and model.
|
45 |
+
|
46 |
+
### **3. Surgical and Post-Operative Data**
|
47 |
+
- Disc degeneration grade, spinal stenosis, and herniation presence.
|
48 |
+
- Surgical outcome classification: Successful or with complications.
|
49 |
+
- Follow-up notes summarizing patient recovery or issues.
|
50 |
+
|
51 |
+
---
|
52 |
+
|
53 |
+
## π **Usage**
|
54 |
+
This dataset is suitable for:
|
55 |
+
- **Automated Segmentation:** Efficient segmentation of vertebrae, discs, and spinal structures.
|
56 |
+
- **Disease Classification:** Detection of disc herniation, spinal stenosis, and degeneration.
|
57 |
+
- **Outcome Prediction:** Prediction of post-operative success and complications.
|
58 |
+
|
59 |
+
---
|
60 |
+
|
61 |
+
## π οΈ **File Organization**
|
62 |
+
- **Main CSV:** Contains metadata for all patient cases.
|
63 |
+
- **Synthetic Images:** Simulated paths for pre-operative, intra-operative, and post-operative scans.
|
64 |
+
- **Annotations:** Placeholder paths for potential spinal structure segmentations.
|
65 |
+
|
66 |
+
---
|
67 |
+
|
68 |
+
## π¨ **Visual Example**
|
69 |
+
Below is an example row from the dataset:
|
70 |
+
|
71 |
+
| **Feature** | **Example Value** |
|
72 |
+
|--------------------------|----------------------------------------------|
|
73 |
+
| Patient_ID | `P0001` |
|
74 |
+
| Age | `45` |
|
75 |
+
| Imaging Modality | `MRI` |
|
76 |
+
| Disc Degeneration Grade | `Moderate` |
|
77 |
+
| Spinal Stenosis | `Yes` |
|
78 |
+
| Surgical Outcome | `Successful` |
|
79 |
+
| Pre_Op_Image_Path | `/simulated/path/P0001_pre_op_image.nii` |
|
80 |
+
|
81 |
+
---
|
82 |
+
|
83 |
+
## π **Citation**
|
84 |
+
If you use this dataset, please cite it as follows:
|
85 |
+
|
86 |
+
---
|
87 |
+
|
88 |
+
## π¬ **Contact**
|
89 |
+
For inquiries, contact the dataset maintainer:
|
90 |
+
π§ **A Taylor**
|
91 |
+
|
92 |
+
|
93 |
+
---
|
94 |
+
|
95 |
+
## π **Licensing**
|
96 |
+
This dataset is licensed under **Apache 2.0**
|