Skip to content

Vyvo-Labs/DatasetPlus

Repository files navigation

DatasetPlus: Data Management and Preprocessing Tools for HF Datasets

teaser

🛠️ Installation

uv venv --python 3.12
source .venv/bin/activate
uv pip install -e .

🎙️ Usage

from dataset import audiobox_aesthetics_score

audiobox_aesthetics_score(
    audio_path="path/to/audio/file.wav",
    model_path="path/to/model",
    output_path="path/to/output",
)

😍 Contributing

uv pip install pre-commit
pre-commit install
pre-commit run --all-files

📜 License

This project is licensed under the terms of the Apache License 2.0.

🤗 Citation

@article{tjandra2025aes,
    title={Meta Audiobox Aesthetics: Unified Automatic Quality Assessment for Speech, Music, and Sound},
    author={Andros Tjandra and Yi-Chiao Wu and Baishan Guo and John Hoffman and Brian Ellis and Apoorv Vyas and Bowen Shi and Sanyuan Chen and Matt Le and Nick Zacharov and Carleigh Wood and Ann Lee and Wei-Ning Hsu},
    year={2025},
    url={https://arxiv.org/abs/2502.05139}
}

About

DatasetPlus: Data Management and Preprocessing Tools for HF Datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Contributors 2

  •  
  •