🎯 Overview

My practice project here: https://github.com/mylethidiem/dvc-mnist-demo

🗂️ Using with Cloud storage

🟩 AWS S3

Read Hướng dẫn cài đặt và sử dụng AWS S3 trên CMD (Window):

pip3 install awscli --upgrade --user
which aws

# or
conda install awscli

Login to AWS Console

In my console, I have 2 user: root user who created and own the storage, another role full access to s3 (acc: elizabethmyn)

Create new folder in the S3 bucket:

image.png

Add remote:

# d mean default
dvc remote add -d mys3 s3://banhmuy-aio2025/data

Then push it: