cookbook/PC/live-translate/README.md
Real-time speech recognition and language translation demo using NexaAI's ASR and LLM models. Supports multi-language translation with low-latency sentence-level translation.
cd cookbook/PC/live-translate
python -m venv .venv
# Windows
.venv\Scripts\activate
# Linux
source .venv/bin/activate
pip install -r requirements.txt
Download the required models using NexaAI CLI:
nexa pull NexaAI/parakeet-tdt-0.6b-v3-npu
nexa pull NexaAI/HY-MT1.5-1.8B-npu
python app.py
Then open your browser to: http://localhost:5000