Skip to content

The official command line tool for interacting with the ISIC Archive.

License

Notifications You must be signed in to change notification settings

ImageMarkup/isic-cli

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2024
Mar 4, 2024
Jan 4, 2024
Feb 7, 2022
Dec 10, 2022
Feb 7, 2022
Feb 7, 2022
Jul 12, 2023
Apr 24, 2023
Jan 4, 2024
Mar 5, 2024
Jul 11, 2023

Repository files navigation

isic-cli

The official command line tool for interacting with the ISIC Archive.

Installation

  • Download the latest isic-cli release.
  • Extract the executable to a location where it can be invoked from the command line.

If running on macOS, you may need to add the executable to the list of trusted software to launch isic-cli in the same way you would any other registered app.

Common use cases

Note: isic will be isic.exe on Windows.

Downloading images

isic image download images/  # downloads the entire archive, images and metadata, to images/

# optionally filter the results
isic image download --search 'diagnosis:"basal cell carcinoma"' images/
isic image download --search 'age_approx:[5 TO 25] AND sex:male' images/

Downloading metadata

isic metadata download  # downloads the entire archive metadata to a csv

# find a collection to filter by
isic collection list  # grab the ID for the 2020 Challenge training set (70)
isic metadata download --collections 70