jtlicardo commited on
Commit
182ed76
·
verified ·
1 Parent(s): 6e6e506

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ # ISIC 2020 JPEG Subset (5%)
6
+
7
+ This dataset is a **5% subset** of the **ISIC 2020 Challenge JPEG images**, extracted from the full **ISIC 2020 Training Dataset**. It contains a selection of **high-resolution JPEG (`.jpg`) images** used for melanoma classification and skin lesion analysis.
8
+
9
+ ## 📌 Dataset Details
10
+ - **Source**: [ISIC 2020 Challenge](https://challenge.isic-archive.com/data/#2020)
11
+ - **Format**: JPEG (`.jpg`)
12
+ - **Subset**: 5% of the original dataset (**1656 images**)
13
+ - **Usage**:
14
+ - Image classification tasks
15
+ - Deep learning model training
16
+ - Skin lesion detection and analysis
17
+
18
+ ## 📥 Download & Usage
19
+ To download in **Google Colab**:
20
+ ```python
21
+ !wget "https://huggingface.co/datasets/jtlicardo/ISIC_2020_JPEG_Subset/resolve/main/jpeg_subset.zip"
22
+ !unzip -q jpeg_subset.zip -d /content/jpeg_subset
23
+ ```
24
+
25
+ ## 📜 License
26
+ This dataset follows the CC-BY-NC-4.0 license. It is provided for non-commercial research and educational purposes.