File size: 276 Bytes
e742f81 | 1 2 3 4 5 6 7 | #!/usr/bin/env bash
set -euo pipefail
echo "=== Inflect-Micro-v2 TTS Setup ==="
pip install -q numpy onnxruntime soundfile unidecode inflect num2words espeakng-loader fastapi uvicorn
pip install "pyaxengine @ git+https://github.com/AXERA-TECH/pyaxengine.git"
echo "✅ Done."
|