djl icon indicating copy to clipboard operation
djl copied to clipboard

could straightly download the djl basic datasets by url

Open mullerhai opened this issue 5 months ago • 4 comments

Hi,
I want to use djl cleaned basic datasets for view, https://djl.ai/docs/dataset.html, but I only find write java djl code ,but I want to download straightly by url, could you tell me how to operate download djl datasets repo.thanks

mullerhai avatar Jun 03 '25 13:06 mullerhai

@mullerhai

You can download the dataset from S3:

aws s3 ls s3://djl-ai/mlrepo/dataset/

frankfliu avatar Jun 03 '25 23:06 frankfliu

@mullerhai

You can download the dataset from S3:

aws s3 ls s3://djl-ai/mlrepo/dataset/

thanks ,but I not have s3 account , aws_access_key aws_secret_access_key

mullerhai avatar Jun 04 '25 04:06 mullerhai

You can access the bucket anonymously, you only need to install aws-cli

frankfliu avatar Jun 04 '25 05:06 frankfliu

You can access the bucket anonymously, you only need to install aws-cli

very thanks, I will try

mullerhai avatar Jun 04 '25 06:06 mullerhai