preetsojitra commited on
Commit
6082fb3
·
verified ·
1 Parent(s): f441c31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -36
README.md CHANGED
@@ -1,38 +1,26 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: lesion_id
5
- dtype: string
6
- - name: image
7
- dtype: image
8
- - name: dx
9
- dtype: string
10
- - name: dx_type
11
- dtype: string
12
- - name: age
13
- dtype: float64
14
- - name: sex
15
- dtype: string
16
- - name: localization
17
- dtype: string
18
- - name: dataset
19
- dtype: string
20
- - name: label
21
- dtype: string
22
- splits:
23
- - name: train
24
- num_bytes: 554067440.0
25
- num_examples: 2000
26
- - name: test
27
- num_bytes: 416096785.405
28
- num_examples: 1511
29
- download_size: 974906400
30
- dataset_size: 970164225.405
31
- configs:
32
- - config_name: default
33
- data_files:
34
- - split: train
35
- path: data/train-*
36
- - split: test
37
- path: data/test-*
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
+
5
+ # DermAI Workshop: Balanced Binary Skin Lesion Dataset
6
+
7
+ ## Dataset Description
8
+
9
+ This dataset is a modified version of the **HAM10000 ("Human Against Machine with 10000 training images") dataset**. It has been prepared specifically for educational purposes for the "DermAI: Building an AI-Powered Skin Lesion Classifier" workshop at the UTD Biotech Club.
10
+
11
+ The original dataset contains 7 classes of skin lesions. This version has been processed into binary classes: **'Benign'** and **'Malignant'**.
12
+
13
+ This repository contains:
14
+ * `train_balanced_2k`: A training set with 2K original images between the two classes.
15
+ * `test_binary`: A test set with binary labels.
16
+
17
+ ## Original Source & Citation
18
+
19
+ This dataset is a derivative of the HAM10000 dataset. Please cite the original authors if you use this data:
20
+
21
+ * **Original Dataset Link:** [https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/DBW86T](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/DBW86T)
22
+ * **Publication:** Tschandl, P., Rosendahl, C. & Kittler, H. The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions. Sci. Data 5, 180161 doi:10.1038/sdata.2018.161 (2018).
23
+
24
+ ## Licensing Information
25
+
26
+ This derivative dataset is shared under the same license as the original: **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**. It is intended for non-commercial, educational use only.