Load & evolve datasets efficiently
Project description
Load & evolve datasets efficiently
Please visit our docs for more information.
docs.lavenderdata.com
Quick Start
Installation
pip install lavender-data
Start the server
lavender-data server start --init
lavender-data is running on 0.0.0.0:8000
UI is running on http://localhost:3000
API key created: la-...
Save the API key to use it in the next steps.
export LAVENDER_API_URL=http://0.0.0.0:8000
export LAVENDER_API_KEY=la-...
Create an example dataset
lavender-data client \
datasets create \
--name my_dataset \
--uid-column-name id \
--shardset-location https://docs.lavenderdata.com/example-dataset/images/
Iterate over the dataset
import lavender_data.client as lavender
lavender.init()
iteration = lavender.LavenderDataLoader(
dataset_name="my_dataset",
shuffle=True,
shuffle_block_size=10,
)
for i in iteration:
print(i["id"])
Please visit our docs for more information.
docs.lavenderdata.com
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lavender_data-0.1.4.tar.gz.
File metadata
- Download URL: lavender_data-0.1.4.tar.gz
- Upload date:
- Size: 4.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f82b25df7b63d8335fb80315502e8185432385f2a370731373ab947f3de8d6e
|
|
| MD5 |
c9d5b6384ac9bc6f86f08ba652fc3af7
|
|
| BLAKE2b-256 |
6baa9030368b6f210129000a9bb80f7439de5e3ce46e0d44fbfde79c28bf1a4a
|
File details
Details for the file lavender_data-0.1.4-py3-none-any.whl.
File metadata
- Download URL: lavender_data-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6be28e4b975c9fbd7371df4a8795738b3abc5b707a901f0760007a653a0451f8
|
|
| MD5 |
f20ded71c4e37866d64ac370ce18ae6d
|
|
| BLAKE2b-256 |
c73de8c2aaed2e74f7c75a9ba04bb1e9f103adaf05f10dd4573a193536165880
|