| 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]) |