Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Silero Models: pre-trained text-to-speech models made embarrassingly simple
| Date | Stars |
|---|---|
| 2026-07-24 | 6022 |
| 2026-07-25 | 6022 |
| 2026-07-28 | 6022 |
| 2026-07-30 | 6022 |
| 2026-07-31 | 6032 |
| 2026-08-06 | 6032 |
Today
— stars today
This week
+10 stars this week
This month
— stars this month
Momentum
10.0
growth rate 0.17%/day
[](mailto:[email protected]) [](https://t.me/silero_speech) [](https://github.com/snakers4/silero-models/blob/master/LICENSE) [](https://badge.fury.io/py/silero) [](https://pepy.tech/projects/silero)  - [Silero Models](#silero-models) - [Installation and Basics](#installation-and-basics) - [Text-To-Speech](#text-to-speech) - [Models and Speakers](#models-and-speakers) - [V5](#v5) - [V5 CIS Base Models](#v5-cis-base-models) - [V5 CIS Ext Models](#v5-cis-ext-models) - [V4](#v4) - [V3](#v3) - [Dependencies](#dependencies) - [PyTorch](#pytorch) - [Standalone Use](#standalone-use) - [SSML](#ssml) - [Cyrillic languages v4](#cyrillic-languages-v4) - [Indic languages v4](#indic-languages-v4) - [Example](#example) - [Supported languages](#supported-languages) - [Contact](#contact) - [Licence](#licence) - [Citations](#citations) - [Further reading](#further-reading) - [English](#english) - [Chinese](#chinese) - [Russian](#russian) # Silero Models Our TTS models satisfy the following criteria: - Fully end-to-end; - Large library of voices; - Natural-sounding speech; - One-line usage, minimal, portable; - Impressively fast on CPU and GPU; - For the Russian language - automated stress and homographs; ## Installation and Basics You can basically use our models in 3 flavours: - Via PyTorch Hub: `torch.hub.load()`; - Via pip: `pip install silero` and then `from silero import silero_tts`; - Via caching the required models and utils manually and modifying if necessary; Models are downloaded on demand both by pip and PyTorch Hub. If you need caching, do it manually or via invoking a necessary model once (it will be downloaded to a cache folder). Please see these [docs](https://pytorch.org/docs/stable/hub.html#loading-models-from-hub) for more information. PyTorch Hub and pip package are based on the same code. All of the `torch.hub.load` examples can be used with the pip package via this basic change: ```python from silero import silero_tts model, example_text = silero_tts(language='ru', speaker='v5_ru') audio = model.apply_tts(text=example_text) ``` ## Text-To-Speech ### Models and Speakers All of the provided models are listed in the [models.yml](https://github.com/snakers4/silero-models/blob/master/models.yml) file. Any metadata and newer versions will be added there. #### V5 V5 models support [SSML](https://github.com/snakers4/silero-models/wiki/SSML). Also see Colab examples for main SSML tag usage. Russian-only models support automated stress and homographs. `v5_2_ru` cointains minor fixes and removes numpy and scipy dependencies. `v5_3_ru` cointains minor fixes. `v5_4_ru` also supports questions. | ID | Speakers | Auto-stress / Homographs / Questions | Language | SR | Colab | | ------- | --------------------------------------------- | ----------- | -------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------
Excerpt of 35,646 characters
Read on GitHubAlexander Veysov
252
41
15
8
Dimitrii Voronin
4
1
1
1
Roman Inflianskas · AMD Silo AI · Finland
1
Kartikey Porwal
1
1
1
1
Joshua Lund
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:15cc34e3d3fb47b3, topic:text-to-speech, topic:tts, topic:speech-synthesis