Matheusbecali commited on
Commit
454d62f
·
verified ·
1 Parent(s): 057a926

Update README.md

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