6 lines
176 B
Python
6 lines
176 B
Python
|
import kagglehub
|
||
|
|
||
|
# Download latest version
|
||
|
path = kagglehub.dataset_download("pkdarabi/brain-tumor-image-dataset-semantic-segmentation")
|
||
|
|
||
|
print("Path to dataset files:", path)
|