|
|
--- |
|
|
title: DeepStroke Data |
|
|
--- |
|
|
|
|
|
# DeepStroke Data |
|
|
|
|
|
This dataset contains CT scan images for brain stroke analysis, collected and curated for research and development in medical imaging and stroke prediction. |
|
|
|
|
|
## Resources and Related Datasets |
|
|
- [Teknofest 2021, Stroke Data Set](https://acikveri.saglik.gov.tr/Home/DataSetDetail/1) |
|
|
- [AISD Ischemic Stroke Dataset](https://github.com/GriffinLiang/AISD) |
|
|
- [CPAISD: Core-Penumbra Acute Ischemic Stroke Dataset](https://zenodo.org/records/10892316) |
|
|
- [Brain Stroke Prediction CT Scan Image Dataset (Kaggle)](https://www.kaggle.com/datasets/noshintasnia/brain-stroke-prediction-ct-scan-image-dataset) |
|
|
|
|
|
## Description |
|
|
This dataset is intended for use in stroke detection, segmentation, and prediction tasks. It includes images and metadata relevant to hemorrhagic and ischemic stroke cases. |
|
|
|
|
|
## Usage |
|
|
```python |
|
|
from datasets import load_dataset |
|
|
|
|
|
# Login using e.g. `huggingface-cli login` to access this dataset |
|
|
ds = load_dataset("huseyincavus/DeepStroke") |
|
|
``` |
|
|
|
|
|
## Citation |
|
|
If you use this dataset, please cite the original sources listed above and acknowledge the DeepStroke Data collection. |
|
|
|
|
|
## License |
|
|
This dataset is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license. |
|
|
|
|
|
More information: https://creativecommons.org/licenses/by-nc-sa/4.0/ |
|
|
|