uv venv --python 3.12
source .venv/bin/activate
uv pip install -e .
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",
)
uv pip install pre-commit
pre-commit install
pre-commit run --all-files
This project is licensed under the terms of the Apache License 2.0.
@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}
}