Skip to main content

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


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.7-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page