ex3ndr / datasets

Declare your datasets and download them using a simple tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Datasets

A simple tool for reproducable dataset gathering for machine learning tasks.

Installation

MacOS/Linux

curl https://raw.githubusercontent.com/ex3ndr/datasets/main/install.sh | sh

How to use

Entry point is the datasets.yaml file in your project, that looks like this:

datasets:
  - cifar-100 # This downloads from central repository
  - name: some_private_dataset
    source: https://not-so-real-url.org

Then you can execute sync of datasets:

datasets sync

That's all!

License

MIT

About

Declare your datasets and download them using a simple tool


Languages

Language:Go 77.7%Language:Shell 13.0%Language:JavaScript 9.3%