Skip to main content

Squirrel public datasets collection

Project description

Squirrel Datasets Core

Python PyPI Conda Documentation Status Downloads License DOI Generic badge Slack


What is Squirrel Datasets Core?

squirrel-datasets-core is an extension of the Squirrel library. squirrel-datasets-core is a hub where the user can

  1. explore existing public datasets registered in the data mesh and load them with the ease and speed of squirrel
  2. preprocess their datasets and share them with other users.

For preprocessing, we currently support Spark as the main tool to carry out the task.

If you have any questions or would like to contribute, join our Slack community!

Installation

Install squirrel-core and squirrel-datasets-core with pip. Note that you can install with different dependencies based on your requirements for squirrel drivers. For using the Torchvision driver call:

pip install "squirrel-core[torch]"
pip install "squirrel-datasets-core[torchvision]"

For using the Huggingface or Deeplake driver call:

pip install "squirrel-datasets-core[huggingface]"
pip install "squirrel-datasets-core[deeplake]"

For using the Spark preprocessing pipelines call:

pip install "squirrel-datasets-core[preprocessing]"

If you would like to get Squirrel's full functionality, install squirrel-core and squirrel-datasets-core with all their dependencies.

pip install "squirrel-core[all]"
pip install "squirrel-datasets-core[all]"

Huggingface, Deeplake, Hub and Torchvision Integration

A great feature of squirrel-datasets-core is that you can easily load data from common databases such as Huggingface, Activeloop Deeplake, Hub and Torchvision with one line of code. And you get to enjoy all of Squirrel’s benefits for free! Check out the documentation on how to interface with these libraries.

from squirrel_datasets_core.driver.huggingface import HuggingfaceDriver

it = HuggingfaceDriver("cifar100").get_iter("train").filter(custom_filter).map(custom_augmentation)

# your train loop
for item in it:
  out = model(item)
  # ...

Documentation

Visit our documentation on Readthedocs.

Contributing

squirrel-datasets-core is open source and community contributions are welcome!

Check out the contribution guide to learn how to get involved. Please follow our recommendations for best practices and code style.

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 Datasets in your research, please cite Squirrel 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},
  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_datasets_core-0.2.0.dev121.tar.gz (45.1 kB view details)

Uploaded Source

Built Distribution

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

squirrel_datasets_core-0.2.0.dev121-py3-none-any.whl (66.3 kB view details)

Uploaded Python 3

File details

Details for the file squirrel_datasets_core-0.2.0.dev121.tar.gz.

File metadata

File hashes

Hashes for squirrel_datasets_core-0.2.0.dev121.tar.gz
Algorithm Hash digest
SHA256 be9021c0b45d124e6c4a0ab6f73fb38f5d3ea91c1097af388afa79d4c5b40f57
MD5 013f3d9990f6b2e2ce3a0336e4ac5a11
BLAKE2b-256 c2c5197af3748cb1a702b0c2ca0d4defc70c34274f5f3408c147e62f941bc8e9

See more details on using hashes here.

File details

Details for the file squirrel_datasets_core-0.2.0.dev121-py3-none-any.whl.

File metadata

File hashes

Hashes for squirrel_datasets_core-0.2.0.dev121-py3-none-any.whl
Algorithm Hash digest
SHA256 d58ee2aeec6df4ab035507cde9ea43f3ab3612ef4e809792d170e45c8b81a61e
MD5 4f0594c0c5ae87aeb129d54ec5ce8253
BLAKE2b-256 87cfdeec75097db733566a3583d03c0428013ceb70288a376b3a53841e7cfaba

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