Archnemix-Kokoro-TTS-Polyglot/Kokoro-TTS-RUST
0
Kokoro-82M TTS Service (Rust + Actix-Web)
Rust backend using Actix-Web framework with Python worker.
Quick Start
curl -X POST http://localhost:7860/tts \
-H "Content-Type: application/json" \
-d '{"text": "Hello world", "voice": "male_high", "rate": 1.0}'Tech Stack
- Rust + Actix-Web — HTTP server (async, fast)
- Python + Kokoro — TTS worker
- Docker — Deployment
**.dockerignore** (in root):target/ .git/ .gitignore *.md README.md .dockerignore
