Skip to main content

Squirrel is a Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way.

Project description

Squirrel Core

Share, load, and transform data in a collaborative, flexible, and efficient way

Python PyPI Conda Documentation Status Downloads License DOI Generic badge Slack


What is Squirrel?

Squirrel is a Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way.

  1. SPEED: Avoid data stall, i.e. the expensive GPU will not be idle while waiting for the data.

  2. COSTS: First, avoid GPU stalling, and second allow to shard & cluster your data and store & load it in bundles, decreasing the cost for your data bucket cloud storage.

  3. FLEXIBILITY: Work with a flexible standard data scheme which is adaptable to any setting, including multimodal data.

  4. COLLABORATION: Make it easier to share data & code between teams and projects in a self-service model.

Stream data from anywhere to your machine learning model as easy as:

it = (Catalog.from_plugins()["imagenet"].get_driver()
      .get_iter("train")
      .map(lambda r: (augment(r["image"]), r["label"]))
      .batched(100))

Check out our full getting started tutorial notebook. If you have any questions or would like to contribute, join our Slack community.

Installation

You can install squirrel-core by

pip install "squirrel-core[all]"

Documentation

Read our documentation at ReadTheDocs

Example Notebooks

Check out the Squirrel-datasets repository for open source and community-contributed tutorial and example notebooks of using Squirrel.

Contributing

Squirrel is open source and community contributions are welcome!

Check out the contribution guide to learn how to get involved.

The humans behind Squirrel

We are Merantix Momentum, a team of ~30 machine learning engineers, developing machine learning solutions for industry and research. Each project comes with its own challenges, data types and learnings, but one issue we always faced was scalable data loading, transforming and sharing. We were looking for a solution that would allow us to load the data in a fast and cost-efficient way, while keeping the flexibility to work with any possible dataset and integrate with any API. That's why we build Squirrel – and we hope you'll find it as useful as we do! By the way, we are hiring!

Citation

If you use Squirrel in your research, please cite it using:

@article{2022squirrelcore,
  title={Squirrel: A Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way.},
  author={Squirrel Developer Team},
  journal={GitHub. Note: https://github.com/merantix-momentum/squirrel-core},
  doi={10.5281/zenodo.6418280},
  year={2022}
}

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 Distribution

squirrel-core-0.17.4.dev75556.tar.gz (52.7 kB view details)

Uploaded Source

Built Distribution

squirrel_core-0.17.4.dev75556-py3-none-any.whl (68.8 kB view details)

Uploaded Python 3

File details

Details for the file squirrel-core-0.17.4.dev75556.tar.gz.

File metadata

File hashes

Hashes for squirrel-core-0.17.4.dev75556.tar.gz
Algorithm Hash digest
SHA256 20f02e6ce92239393a3f8047093ab4a18b5f5db84f418c947839f7d4e97a84f9
MD5 dba62306482508e9327ae0e60c9bee42
BLAKE2b-256 9812d2f8dd6710ceb38eb59d3bff98f8b753a3038066ee15d6d4a96bd0dbe934

See more details on using hashes here.

File details

Details for the file squirrel_core-0.17.4.dev75556-py3-none-any.whl.

File metadata

File hashes

Hashes for squirrel_core-0.17.4.dev75556-py3-none-any.whl
Algorithm Hash digest
SHA256 b63f9d1ad11fca79411a51a1b69b066636b1a436373b8522814c5c5f38e8c74a
MD5 b968f40f5b321fda6f873e340acb0e11
BLAKE2b-256 a7ea4b29ac057fca13a605d74bf384efff1b841000022b01d2e042014b272de0

See more details on using hashes here.

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