Development#
Local setup#
pip install -e .
Run the server#
python -m vox_serve.launch --model <model-name> --port 8000
Formatting and linting#
ruff format .
ruff check .
Build documentation#
pip install -r docs/requirements.txt
make -C docs html
Manual validation#
Send a request using curl or the scripts in examples/.