BRAINSia / dcm-classifier

Apache License 2.0
2 stars 1 forks source link

Jupyter Notebook Updates #63

Open CavRiley opened 1 month ago

CavRiley commented 1 month ago

Documentation Location

Type of Documentation Issue

Issue Description

Suggested Changes

  1. Update Notebooks:

    • Update the Jupyter notebooks to use the latest version of the package.
    • Ensure that all code examples reflect the latest API and functionality of the DICOM classifier package.
  2. Handle git lfs in Google Colab:

    • Provide clear instructions or a link for users to download the necessary git lfs data directly, especially for environments like Google Colab where running git lfs fetch without specifying a repo causes issues.
    • Include a step-by-step guide for fetching the data using a direct link to the repository or a cloud-hosted version of the LFS data.
    • Alternatively, consider packaging smaller datasets directly in the notebook to avoid git lfs complications for basic examples.

Additional Context

Proposed Solution

Additional Comments