News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - KittenML/KittenTTS: State-of-the-art TTS model under 25MB 😻

Kitten TTS is an open-source realistic text-to-speech model with just 15 million parameters, designed for lightweight deployment and high-quality voice synthesis.pip install https://github.com/KittenML/KittenTTS/releases/download/0.1/kittentts-0.1.0-py3-none-any.whl from kittentts import KittenTTS m = KittenTTS("KittenML/kitten-tts-nano-0.1") audio = m.generate("This high quality TTS model works without a GPU", voice='expr-voice-2-f' ) # available_voices : [ 'expr-voice-2-m', 'expr-voice-2-f', ...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines