Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ The dataset is made openly available at [Zenodo](https://zenodo.org/records/1006
|
|
37 |
|
38 |
The dataset contains 27 CTs with corresponding airways and lung annotations. The folder structure is described below.
|
39 |
|
40 |
-
The easiest way to access the data is
|
41 |
```
|
42 |
from datasets import load_dataset
|
43 |
|
|
|
37 |
|
38 |
The dataset contains 27 CTs with corresponding airways and lung annotations. The folder structure is described below.
|
39 |
|
40 |
+
The easiest way to access the data is in Python with Hugging Face's [datasets](https://pypi.org/project/datasets/) package:
|
41 |
```
|
42 |
from datasets import load_dataset
|
43 |
|