snakers4/silero-models

Silero Models: pre-trained text-to-speech models made embarrassingly simple

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 11th, 2026
Created on September 11th, 2020
Open Issues & Pull Requests: 11 (+0)
GitHub issues: Enabled
Number of forks: 372
Total Stargazers: 6,098 (+0)
Total Subscribers: 91 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 2.2 days
90th percentile: 0.4 hours
Tracked items: 53

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 843 days
Stale 30+ days: 10
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (22)
  • enhancement (12)
  • bug (10)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Silero Models is a collection of pre-trained speech synthesis and speech recognition models that prioritizes simplicity of use.

The project addresses the barrier to entry for deploying text-to-speech and speech-to-text functionality by providing pre-trained models that require minimal setup. Rather than requiring users to train models from scratch or navigate complex configuration, Silero Models offers ready-to-use models accessible through straightforward APIs. The models support multiple languages spanning Eastern European and Central Asian regions, including Russian, Ukrainian, Kazakh, Georgian, Armenian, Azerbaijani, Belarusian, Kyrgyz, Tajik, and Uzbek. Users can integrate these models into their applications through PyTorch and Torch Hub, enabling both local inference and cloud-based deployment through platforms like Google Colab.

Developers should choose this tool when they need speech synthesis or recognition capabilities without the overhead of model training or complex dependency management. It suits projects requiring multilingual support across the languages the models cover, particularly those targeting Eastern European or Central Asian audiences. The emphasis on simplicity makes it appropriate for rapid prototyping, educational use, and production applications where deployment speed matters more than training custom models. The availability through Torch Hub and Colab compatibility means users can experiment without local infrastructure investment.

The project maintains active development with regular updates to models and documentation. The codebase demonstrates ongoing refinement of the model implementations and API design. Community engagement appears consistent, with the project responding to user needs across its supported language set. The repository structure reflects a focus on accessibility, organizing models and examples to lower friction for new users.