bokkaebi/tts-demo

0

stars

2

commits

Python

primary language

Jun 9, 2026

updated

README

TTS Demo

Web Demo for TTS

Setup

git clone https://github.com/bokkaebi/tts-demo.git
cd tts-demo

python -m venv .venv
source .venv/bin/activate        # Windows: .venv\Scripts\activate

pip install -r requirements.txt

Running

uvicorn server:app --host 127.0.0.1 --port 8000

Contributors

bokkaebi

2 commits

bokkaebi/tts-demo

0

stars

2

commits

Python

primary language

Jun 9, 2026

updated

README

TTS Demo

Web Demo for TTS

Setup

git clone https://github.com/bokkaebi/tts-demo.git
cd tts-demo

python -m venv .venv
source .venv/bin/activate        # Windows: .venv\Scripts\activate

pip install -r requirements.txt

Running

uvicorn server:app --host 127.0.0.1 --port 8000

Contributors

bokkaebi

2 commits

Languages

Python

49.4%

JavaScript

20.2%

CSS

18.7%

HTML

11.7%