ArtiVC
GitHub Blogs Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

Expose the data

ArtiVC repository can be exposed as an HTTP endpoint. In S3, we can just make the bucket and give the data consumer the HTTP endpoint of the repository. In this way, we can download data through CDN or other reverse proxies.

  1. Make your S3 bucket public
  2. Copy the public URL of your repository. For example
    https://mybucket.s3.ap-northeast-1.amazonaws.com/datasets/flowers-classification
    
  3. Download the data
    avc get -o /tmp/output https://mybucket.s3.ap-northeast-1.amazonaws.com/datasets/flowers-classification