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

To install all features and functionalities:

pip install "squirrel-core[all]"

Or select the dependencies you need:

pip install "squirrel-core[gcs,torch]"

Please refer to the installation section of the documentation for a complete list of supported dependencies.

Documentation

Read our documentation at ReadTheDocs

Squirrel Datasets

Squirrel-datasets-core is an accompanying Python package that does three things.

  1. It extends the Squirrel platform for data transform, access, and discovery through custom drivers for public datasets.
  2. It also allows you to tap into the vast amounts of open-source datasets from Huggingface, Activeloop Hub and Torchvision, and you'll get all of Squirrel's functionality on top!
  3. It provides open-source and community-contributed tutorials and example notebooks for 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.20.3.dev8866.tar.gz (59.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

squirrel_core-0.20.3.dev8866-py3-none-any.whl (84.7 kB view details)

Uploaded Python 3

File details

Details for the file squirrel_core-0.20.3.dev8866.tar.gz.

File metadata

  • Download URL: squirrel_core-0.20.3.dev8866.tar.gz
  • Upload date:
  • Size: 59.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.21

File hashes

Hashes for squirrel_core-0.20.3.dev8866.tar.gz
Algorithm Hash digest
SHA256 55db0c5290c42daeb04f2ee6b0c9c5b0b62562be95365707a2084b6dde2f6a78
MD5 4138e7af2dbec9ccd98de02b3988fbd5
BLAKE2b-256 df14344b5871789f04dd7d9bc378415221f65762dd922d7b050181d6315844a9

See more details on using hashes here.

File details

Details for the file squirrel_core-0.20.3.dev8866-py3-none-any.whl.

File metadata

File hashes

Hashes for squirrel_core-0.20.3.dev8866-py3-none-any.whl
Algorithm Hash digest
SHA256 d1f9e843862c0918eff7103e739bb1a09e6561d43936d811538c7d0fab66169c
MD5 fe0e30ab2726303a0ba0a7a2077a4a44
BLAKE2b-256 982fb07f727026a0dff1d781b366a74c923dc0a74605847965b70191a6f08fec

See more details on using hashes here.

Supported by

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