Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 742 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 742 Bytes

✨ Datasets

Feel free to join my Discord Server to discuss this tool!

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

List of datasets

Right now available datasets are listed here: https://korshakov.com/datasets

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