CLI for Managing The Data Dependency of Deep Learning Projects
Project description
What is Kaze?
Installation
pip install kaze
Example Usage
To download a dataset, you can use the following command:
kaze add mnist https://s3.amazonaws.com/kaze-datasets/mnist.zip
this will populate your .datasets.yml file with the following:
datasets:
- name: mnist
source: https://s3.amazonaws.com/kaze-datasets/mnist.zip
path: mnist
type: zip
You can also add a dataset from a local file:
kaze add mnist mnist.zip
And finally, you can download a dataset from a remote URL:
kaze add mnist https://s3.amazonaws.com/kaze-datasets/mnist.zip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
kaze-0.0.2-py3-none-any.whl
(7.2 kB
view hashes)