EMory BrEast Imaging Dataset (EMBED)

  1. Fill out this form to log your access to EMBED data (you only need to do this once).

  2. Connect to a SageMaker workspace and open a Terminal window.

  3. Run the following command to view available data:

    aws s3 ls s3://embed-aim-ahead/

  4. Use AWS S3 commands to view or download the data into your personal folder for further analysis. For example, here I copy the EMBED_OpenData_clinical.csv file into my personal folder:

    aws s3api get-object --bucket embed-aim-ahead --key tables/EMBED_OpenData_clinical.csv /home/ec2-user/SageMaker/studies/simran-makwana/EMBED_OpenData_clinical.csv

Last updated