Skip to content

Declare your datasets and download them using a simple tool

Notifications You must be signed in to change notification settings

ex3ndr/datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ 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