CoolFace
Apppublic

Archnemix-Kokoro-TTS-Polyglot/Kokoro-TTS-RUST

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
App README

Kokoro-82M TTS Service (Rust + Actix-Web)

Rust backend using Actix-Web framework with Python worker.

Quick Start

bash
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