inflect_nano_v2 / setup.sh
yangrongzhao
Inflect-Nano-v2 for AX650 NPU3
a44ca9d
Raw
History Blame Contribute Delete
392 Bytes
#!/usr/bin/env bash
set -euo pipefail
echo "=== Inflect-Nano-v2 TTS Setup (AX650) ==="
echo "Installing dependencies..."
pip install -q numpy soundfile unidecode inflect num2words espeakng-loader fastapi uvicorn
echo "Installing pyaxengine..."
pip install "pyaxengine @ git+https://github.com/AXERA-TECH/pyaxengine.git"
echo ""
echo "✅ Setup complete. Run: bash run.sh 'Hello!' output.wav"