Kitten TTS makes educational content creation affordable and scalable. Clear narration for courses, tutorials, and training.

Education Use Cases

Quick Example

from kittentts import KittenTTS
model = KittenTTS("KittenML/kitten-tts-mini-0.8")
model.generate_to_file("Welcome to Introduction to Machine Learning.", "lecture1.wav", voice="Jasper", speed=0.95)