--- license: cc-by-nc-4.0 --- # ISIC 2020 JPEG Subset (5%) 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. ## 📌 Dataset Details - **Source**: [ISIC 2020 Challenge](https://challenge.isic-archive.com/data/#2020) - **Format**: JPEG (`.jpg`) - **Subset**: 5% of the original dataset (**1656 images**) - **Usage**: - Image classification tasks - Deep learning model training - Skin lesion detection and analysis ## 📥 Download & Usage To download in **Google Colab**: ```python !wget "https://huggingface.co/datasets/jtlicardo/ISIC_2020_JPEG_Subset/resolve/main/jpeg_subset.zip" !unzip -q jpeg_subset.zip -d /content/jpeg_subset ``` ## 📜 License This dataset follows the CC-BY-NC-4.0 license. It is provided for non-commercial research and educational purposes.