burn/burn-dataset
Dilshod Tadjibaev eda241f8cf
Add missing docs and enable missing_docs warn lint (#420)
2023-06-21 14:12:13 -04:00
..
examples Add SqliteDatasetWriter to store items in sqlite db (#364) 2023-06-01 09:54:50 -04:00
src Add missing docs and enable missing_docs warn lint (#420) 2023-06-21 14:12:13 -04:00
tests/data Dataset Improvements: Add Sqlite storage backend and HF importer improvements (#353) 2023-05-20 14:24:55 -04:00
Cargo.toml Clean up cargo descriptions and formatting (#403) 2023-06-15 09:20:53 -04:00
LICENSE-APACHE Update projects (#29) 2022-09-04 14:22:56 -04:00
LICENSE-MIT Update projects (#29) 2022-09-04 14:22:56 -04:00
README.md Dataset audio - Speech Commands (#361) 2023-05-22 14:24:02 -04:00

README.md

Burn Dataset

Burn dataset library

Current Crates.io Version license

The Burn Dataset library is designed to streamline your machine learning (ML) data pipeline creation process. It offers a variety of dataset implementations, transformation functions, and data sources.

Feature Flags

  • audio - enables audio dataset (SpeechCommandsDataset). Run the following example to try it out:

    cargo run --example speech_commands --features audio