{"id":30090417,"url":"https://github.com/KittenML/KittenTTS","last_synced_at":"2025-08-09T06:04:50.546Z","repository":{"id":308279639,"uuid":"1032248449","full_name":"KittenML/KittenTTS","owner":"KittenML","description":" State-of-the-art TTS model under 25MB 😻 ","archived":false,"fork":false,"pushed_at":"2025-08-05T03:34:42.000Z","size":12,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T05:24:51.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KittenML.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-05T03:30:24.000Z","updated_at":"2025-08-05T05:23:45.000Z","dependencies_parsed_at":"2025-08-05T05:24:57.331Z","dependency_job_id":"9d03b35e-2a36-490a-9713-1df2ec339e83","html_url":"https://github.com/KittenML/KittenTTS","commit_stats":null,"previous_names":["kittenml/kittentts"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KittenML/KittenTTS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenML%2FKittenTTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenML%2FKittenTTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenML%2FKittenTTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenML%2FKittenTTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KittenML","download_url":"https://codeload.github.com/KittenML/KittenTTS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenML%2FKittenTTS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269537452,"owners_count":24434166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-09T06:02:14.652Z","updated_at":"2025-08-09T06:04:50.537Z","avatar_url":"https://github.com/KittenML.png","language":"Python","funding_links":[],"categories":["语音合成","Python","Projects","Colab Notebooks","\u003cspan id=\"speech\"\u003eSpeech\u003c/span\u003e"],"sub_categories":["资源传输下载","Audio \u0026 Video Processing","Kitten TTS","\u003cspan id=\"tool\"\u003eLLM (LLM \u0026 Tool)\u003c/span\u003e"],"readme":"# Kitten TTS 😻\n\nKitten TTS is an open-source realistic text-to-speech model with just 15 million parameters, designed for lightweight deployment and high-quality voice synthesis.\n\n*Currently in developer preview*\n\n[Join our discord](https://discord.gg/upcyF5s6)\n\n\n## ✨ Features\n\n- **Ultra-lightweight**: Model size less than 25MB\n- **CPU-optimized**: Runs without GPU on any device\n- **High-quality voices**: Several premium voice options available\n- **Fast inference**: Optimized for real-time speech synthesis\n\n\n\n## 🚀 Quick Start\n\n### Installation\n\n```\npip install https://github.com/KittenML/KittenTTS/releases/download/0.1/kittentts-0.1.0-py3-none-any.whl\n```\n\n\n\n ### Basic Usage \n\n```\nfrom kittentts import KittenTTS\nm = KittenTTS(\"KittenML/kitten-tts-nano-0.1\")\n\naudio = m.generate(\"This high quality TTS model works without a GPU\", voice='expr-voice-2-f' )\n\n# available_voices : [  'expr-voice-2-m', 'expr-voice-2-f', 'expr-voice-3-m', 'expr-voice-3-f',  'expr-voice-4-m', 'expr-voice-4-f', 'expr-voice-5-m', 'expr-voice-5-f' ]\n\n# Save the audio\nimport soundfile as sf\nsf.write('output.wav', audio, 24000)\n\n```\n\n\n\n\n\n## 💻 System Requirements\n\nWorks literally everywhere\n\n\n\n## Checklist \n\n- [x] Release a preview model\n- [ ] Release the fully trained model weights\n- [ ] Release mobile SDK \n- [ ] Release web version \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKittenML%2FKittenTTS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKittenML%2FKittenTTS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKittenML%2FKittenTTS/lists"}