--- a
+++ b/README.md
@@ -0,0 +1,60 @@
+<h1>About Dataset</h1>
+
+<p>
+This dataset was created as a pretraining objective for the <strong>RSNA 2024 Lumbar Spine Degenerative Classification</strong> competition.
+It consists of various medical images of the lower lumbar spine (external data). Each image is annotated with 5 key points corresponding to the 5 lower lumbar vertebrae.
+</p>
+
+<p>
+Additionally, the dataset includes improved coordinates for the RSNA 2024 data. These added coordinates specify the left side of each lumbar disc in the sagittal plane,
+providing useful orientation information for each disc.
+</p>
+
+<h2>Changelog</h2>
+<ul>
+  <li><strong>V1:</strong> Added external coordinate data</li>
+  <li><strong>V2:</strong> Added improved RSNA coordinates</li>
+</ul>
+
+<h2>Datasets</h2>
+<table>
+  <thead>
+    <tr>
+      <th>Dataset</th>
+      <th>Source</th>
+      <th>Count</th>
+      <th>Image Type</th>
+      <th>License</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>LSD</td>
+      <td><a href="#">Link</a></td>
+      <td>504</td>
+      <td>T2-weighted MRIs</td>
+      <td>CC BY 4.0</td>
+    </tr>
+    <tr>
+      <td>Spider</td>
+      <td><a href="#">Link</a></td>
+      <td>209</td>
+      <td>T2-weighted MRIs</td>
+      <td>CC-BY 4.0</td>
+    </tr>
+    <tr>
+      <td>Tseg</td>
+      <td><a href="#">Link</a></td>
+      <td>372</td>
+      <td>CT Scans</td>
+      <td>CC-BY 4.0</td>
+    </tr>
+    <tr>
+      <td>OSF</td>
+      <td><a href="#">Link</a></td>
+      <td>31</td>
+      <td>T1-weighted MRIs</td>
+      <td>CC-BY 4.0</td>
+    </tr>
+  </tbody>
+</table>