Thanks to visit codestin.com
Credit goes to github.com

Skip to content

djyde/kitten-tts-web

Repository files navigation

KittenTTS Web Implementation

A browser-based implementation of KittenTTS using ONNX Runtime Web for client-side text-to-speech synthesis.

🛠️ Technical Implementation

Architecture

This implementation uses the following key technologies:

  • React - UI framework
  • TypeScript - Type safety and better development experience
  • ONNX Runtime Web - Machine learning inference in the browser
  • Vite - Build tool and development server

Basic Setup

  1. Install dependencies:

    pnpm install
  2. Start development server:

    pnpm run dev
  3. Open in browser: Navigate to http://localhost:5173

📄 License

This project follows the same license as the original KittenTTS project (Apache 2.0).

🔗 References

About

A browser-based implementation of KittenTTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published