A portable web front end for Kyutai’s open-source TTS/STT models (unofficial)
Python
1
7 commits
updated Jul 23, 2025
A portable web front end for Kyutai's open-source TTS/STT models (unofficial, unsupported, personal project)
Disclaimer: This project is an independent front end for Kyutai's open-source models. It is not affiliated with or endorsed by Kyutai. This is my first time doing this sort of coding and GitHub work—it's a personal side project, provided as-is, with no guarantees or support. I hope someone finds it useful!
Download or clone this repository.
Only use the setup scripts in the project root.
Open a Command Prompt or PowerShell window in the project directory.
Run the setup script:
setup_windows.bat
Follow any prompts.
To start the UI: Run the start script:
start-ui.bat
Then open http://localhost:5000 in your browser.
Notes:
/ui/ folder. All setup should be done from the project root.Download or clone this repository.
Only use the setup scripts in the project root.
Open a terminal in the project directory.
Run the setup script:
bash setup_linux.sh
Follow the prompts to complete the setup.
To start the UI:
cd delayed-streams-ui
source tts-venv/bin/activate
python run.py
Then open http://localhost:5000 in your browser.
Notes:
/ui/ folder. All setup should be done from the project root.MIT License (see LICENSE file)
7 commits
Python
44.4%
JavaScript
31.5%
HTML
6.5%
Batchfile
5.6%
Jupyter Notebook
4.2%
CSS
3.8%
Rust
3.0%
A portable web front end for Kyutai’s open-source TTS/STT models (unofficial)
Python
1
7 commits
updated Jul 23, 2025
A portable web front end for Kyutai's open-source TTS/STT models (unofficial, unsupported, personal project)
Disclaimer: This project is an independent front end for Kyutai's open-source models. It is not affiliated with or endorsed by Kyutai. This is my first time doing this sort of coding and GitHub work—it's a personal side project, provided as-is, with no guarantees or support. I hope someone finds it useful!
Download or clone this repository.
Only use the setup scripts in the project root.
Open a Command Prompt or PowerShell window in the project directory.
Run the setup script:
setup_windows.bat
Follow any prompts.
To start the UI: Run the start script:
start-ui.bat
Then open http://localhost:5000 in your browser.
Notes:
/ui/ folder. All setup should be done from the project root.Download or clone this repository.
Only use the setup scripts in the project root.
Open a terminal in the project directory.
Run the setup script:
bash setup_linux.sh
Follow the prompts to complete the setup.
To start the UI:
cd delayed-streams-ui
source tts-venv/bin/activate
python run.py
Then open http://localhost:5000 in your browser.
Notes:
/ui/ folder. All setup should be done from the project root.MIT License (see LICENSE file)
7 commits
Python
44.4%
JavaScript
31.5%
HTML
6.5%
Batchfile
5.6%
Jupyter Notebook
4.2%
CSS
3.8%
Rust
3.0%