File size: 696 Bytes
454d62f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
license: cc-by-4.0
pretty_name: FLUO-SC
tags:
- medical
- imaging
- skin-lesion
- fluorescence
size_categories:
- 1K<n<10K
---
# FLUO-SC (mirror)
This repository mirrors the dataset originally published on **Mendeley Data**.
## Original dataset
- **Title:** FLUO-SC: a fluorescence image dataset of skin lesions collected from smartphones
- **DOI:** https://doi.org/10.17632/s8n68jj678.1
- **Source:** Mendeley Data (Version 1)
- **License:** CC BY 4.0
## Citation
If you use this dataset, please cite the original Mendeley Data record (DOI above).
## Loading with 🤗 Datasets
```python
from datasets import load_dataset
ds = load_dataset("YOUR_USERNAME/fluo-sc")
print(ds["train"][0]) |