--- title: ASR Streaming Server emoji: 🔥 colorFrom: pink colorTo: gray sdk: docker app_port: 7860 pinned: false --- # ASR Streaming Server Docker Space for running `https://github.com/Alimjoo/WhisperLiveKit-ug.git` with Uyghur Whisper `.pt` models from `piyazon/whisper_uyghur_pt`. ## Space secrets Set `HF_TOKEN` as a Space secret with read access to the private model repo. `HUGGING_FACE_HUB_TOKEN` is also supported. ## Defaults - WhisperLiveKit repo: `https://github.com/Alimjoo/WhisperLiveKit-ug.git` - Hugging Face model repo: `piyazon/whisper_uyghur_pt` - Downloaded model files: `uyghur_whisper_tiny.pt` - Started model: `uyghur_whisper_tiny.pt` - Language: `uz` - Backend: `whisper` - Backend policy: `localagreement` - Port: `7860` ## Runtime configuration - `WHISPER_MODEL_FILENAME=uyghur_whisper_base.pt` starts the base model instead. - `WHISPER_MODEL_PATH=/path/to/model.pt` skips Hugging Face download. - `WHISPER_LANGUAGE=ug` can be used if you want to force Uyghur instead of Uzbek. - `WHISPER_BACKEND_POLICY=simulstreaming` switches back to the WLK default streaming policy. - `WHISPERLIVEKIT_ARGS` appends extra CLI arguments, for example `--pcm-input`.