awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

44 dépôts

Awesome GitHub RepositoriesSpeech Synthesis Models

Generative neural network architectures designed to convert text input into realistic human speech and audio output.

Distinguishing note: None of the candidates were provided; this is a specific generative AI application for audio synthesis.

Explore 44 awesome GitHub repositories matching artificial intelligence & ml · Speech Synthesis Models. Refine with filters or upvote what's useful.

Awesome Speech Synthesis Models GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • coqui-ai/ttsAvatar de coqui-ai

    coqui-ai/TTS

    45,568Voir sur GitHub↗

    Ce projet est une boîte à outils de synthèse vocale par apprentissage profond utilisée pour entraîner et déployer des modèles de synthèse vocale neuronale. Il fournit un framework complet pour convertir du texte écrit en audio parlé, utilisant des vocodeurs neuronaux pour transformer les spectrogrammes synthétisés en formes d'onde audio haute fidélité. La boîte à outils inclut un système de clonage vocal qui reproduit des voix humaines spécifiques en extrayant des embeddings de locuteur à partir de courts échantillons audio. Elle prend également en charge la synthèse audio multi-locuteur, permettant la génération de parole à travers différentes identités vocales en utilisant des architectures de modèles spécialisées. Le système couvre l'intégralité du pipeline de synthèse vocale, incluant des outils pour la curation de jeux de données vocaux, l'entraînement de modèles personnalisés avec suivi des performances, et une interface de ligne de commande pour la génération audio. Pour l'accès réseau, il fournit un serveur HTTP auto-hébergé pour déployer des modèles de synthèse vocale en tant qu'API.

    Runs pre-trained synthesis models as an HTTP server to provide audio generation over a network.

    Pythondeep-learningglow-ttshifigan
    Voir sur GitHub↗45,568
  • 2noise/chatttsAvatar de 2noise

    2noise/ChatTTS

    39,464Voir sur GitHub↗

    ChatTTS is a conversational text-to-speech generative model designed to convert written dialogue into natural sounding audio. It functions as a multilingual speech synthesis framework capable of producing human-like audio across different languages and speaker profiles. The system is distinguished by its ability to generate interactive dialogue with realistic vocal nuances. It utilizes a speech nuance controller to insert specific tokens that trigger non-verbal elements, such as laughter, pauses, and interjections, during the synthesis process. The project includes a streaming audio generato

    Provides a generative framework capable of producing human-like speech across multiple languages.

    Pythonagentchatchatgpt
    Voir sur GitHub↗39,464
  • suno-ai/barkAvatar de suno-ai

    suno-ai/bark

    39,159Voir sur GitHub↗

    Bark is a generative audio engine and machine learning inference library designed to convert written text into high-fidelity speech and sound effects. It functions as a text-to-audio transformer, utilizing multi-stage neural network architectures to map semantic input tokens into detailed audio codebooks for synthesis. The system distinguishes itself through a hierarchical transformer stacking approach that separates semantic understanding from acoustic realization. By employing autoregressive token prediction and vector quantized codebook mapping, the engine bridges linguistic and sonic doma

    A generative model that converts written text into realistic speech and sound effects using multi-stage neural network architectures.

    Jupyter Notebook
    Voir sur GitHub↗39,159
  • myshell-ai/openvoiceAvatar de myshell-ai

    myshell-ai/OpenVoice

    36,720Voir sur GitHub↗

    OpenVoice is a multilingual text-to-speech framework and voice cloning AI model designed for high-fidelity voice replication and low-latency audio generation. It functions as an instant speech synthesis engine that converts text to audio while replicating a specific speaker's tone and color. The system is distinguished by its ability to perform cross-lingual cloning, allowing the vocal characteristics of a reference speaker to be applied to speech in different languages regardless of the original training data. It utilizes a decoupled representation to separate the physical identity of a voic

    Synthesizes natural sounding speech across multiple languages while preserving a specific speaker's unique characteristics.

    Pythontext-to-speechttsvoice-clone
    Voir sur GitHub↗36,720
  • sillytavern/sillytavernAvatar de SillyTavern

    SillyTavern/SillyTavern

    29,463Voir sur GitHub↗

    SillyTavern is a comprehensive interface and orchestration platform designed for immersive AI roleplay and interactive chat experiences. It functions as a unified gateway that connects users to a wide array of local and cloud-based large language models, providing a centralized environment to manage complex character personas, narrative context, and model-driven interactions. The platform distinguishes itself through its advanced prompt engineering and automation capabilities. It utilizes a sophisticated macro-based templating engine and vector-database retrieval to dynamically inject lore, c

    Converts text messages into spoken audio using various voice models and real-time voice cloning.

    JavaScriptaichatllm
    Voir sur GitHub↗29,463
  • openbmb/minicpm-vAvatar de OpenBMB

    OpenBMB/MiniCPM-V

    25,653Voir sur GitHub↗

    MiniCPM-V is a multimodal large language model and vision-language system designed for complex visual and linguistic understanding. It functions as an on-device AI model, providing the capacity to process text, images, and video as a compact neural network. The project is specifically developed as an edge AI framework, utilizing quantization and weight sharding to run on memory-constrained mobile chipsets. This allows for the deployment of multimodal intelligence directly on mobile operating systems for local inference. Its capabilities cover multimodal content analysis of high-resolution im

    Generates natural speech waveforms by predicting discrete acoustic tokens using a generative neural network.

    Python
    Voir sur GitHub↗25,653
  • openbmb/minicpm-oAvatar de OpenBMB

    OpenBMB/MiniCPM-o

    23,850Voir sur GitHub↗

    MiniCPM-o is a multimodal large language model designed to function as a real-time conversational assistant on edge devices. By mapping text, image, video, and audio inputs into a unified latent space, the system enables simultaneous cross-modal reasoning and full-duplex interaction. It is built as an edge-side inference engine, utilizing quantized model weights to maintain high-performance processing on consumer hardware. The system distinguishes itself through its integrated speech synthesis and voice cloning capabilities, which allow for the generation of expressive, personalized vocal out

    Generates expressive, personalized vocal output from reference audio samples without requiring model retraining.

    Pythonminicpmminicpm-vmulti-modal
    Voir sur GitHub↗23,850
  • pytorch/examplesAvatar de pytorch

    pytorch/examples

    23,752Voir sur GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Implements generative models to synthesize high-quality speech waveforms from spectrogram data.

    Python
    Voir sur GitHub↗23,752
  • aidc-ai/pixelle-videoAvatar de AIDC-AI

    AIDC-AI/Pixelle-Video

    23,403Voir sur GitHub↗

    Pixelle-Video is a text-to-video automation platform and generation engine that converts text topics into complete videos with synchronized narration, images, and music. It functions as a modular system for producing short-form content, utilizing large language models to automate script composition, visual asset generation, and voiceover production. The platform features a node-based workflow orchestrator that allows the composition of custom generation pipelines by linking different AI models. It includes a dynamic video layout designer that uses HTML templates to define aspect ratios and vi

    Creates synthetic voiceovers from text using reference audio samples for voice cloning.

    Pythonaigccomfyuiimage-generation
    Voir sur GitHub↗23,403
  • resemble-ai/chatterboxAvatar de resemble-ai

    resemble-ai/chatterbox

    22,751Voir sur GitHub↗

    Chatterbox is a comprehensive machine learning platform designed for multilingual speech synthesis and real-time audio generation. It functions as an engine that converts text into natural-sounding speech, capable of replicating specific human vocal characteristics and emotional expressions from short audio samples. The platform distinguishes itself through advanced control over the synthesis process, allowing for the manipulation of emotional intensity and the injection of non-verbal vocalizations such as laughter or coughing. It is engineered for low-latency performance, utilizing an optimi

    Enables the injection of non-verbal vocalizations like laughter or coughing into the synthesis sequence.

    Python
    Voir sur GitHub↗22,751
  • funaudiollm/cosyvoiceAvatar de FunAudioLLM

    FunAudioLLM/CosyVoice

    21,673Voir sur GitHub↗

    CosyVoice is a speech synthesis framework that utilizes large language models to generate expressive, multilingual audio. The system functions as an audio generation engine capable of producing natural-sounding speech across multiple languages while preserving regional dialects and specific emotional tones. The platform distinguishes itself through its zero-shot voice cloning capabilities, which allow for the creation of synthetic voice profiles from short audio samples without requiring additional model training. It provides fine-grained control over vocal attributes, enabling users to adjus

    Improves quality and naturalness of generated audio by applying additional training steps after initial generation.

    Pythonaudio-generationcantonesechatbot
    Voir sur GitHub↗21,673
  • chrox/readestAvatar de chrox

    chrox/readest

    21,527Voir sur GitHub↗

    Readest is a cross-platform digital book reader and library management system designed to render multi-format ebook files across different devices. It provides a consistent interface for viewing digital content while coordinating reading progress, bookmarks, and notes through synchronization services. The application includes specialized tools for technical and academic reading, such as code syntax highlighting, a virtual split-screen viewport for comparing documents, and full-text search for rapid information retrieval. It further extends the reading experience with integrated dictionary loo

    Generates multilingual narration of written content using integrated voice synthesis technology.

    TypeScript
    Voir sur GitHub↗21,527
  • titanwings/colleague-skillAvatar de titanwings

    titanwings/colleague-skill

    19,817Voir sur GitHub↗

    This project is a large language model persona simulation framework designed to distill individuals into AI personas using professional data and interpersonal context. It functions as a personal knowledge base ingestor and agent configuration manager, allowing for the creation of digital twins that reproduce a specific person's mental models, speaking styles, and professional workflows. The system utilizes a dual-model persona architecture that separates professional work skills from interpersonal personality traits. It distinguishes itself through a multimodal persona generator capable of pr

    Replicates both visual appearance and vocal characteristics to complement text simulations.

    Python
    Voir sur GitHub↗19,817
  • livekit/livekitAvatar de livekit

    livekit/livekit

    19,358Voir sur GitHub↗

    LiveKit is a comprehensive framework for building and orchestrating real-time, multimodal AI agents that interact with users through voice, video, and text. It provides a centralized, event-driven architecture to manage the entire lifecycle of automated participants, from initialization and session state management to graceful shutdown. By utilizing a selective forwarding unit, the platform efficiently routes media streams between participants and agents, ensuring low-latency communication and secure, token-based authentication for all connections. The platform distinguishes itself through it

    Pairs real-time speech-understanding models with separate text-to-speech engines for balanced performance.

    Gogolangmedia-serversfu
    Voir sur GitHub↗19,358
  • nari-labs/diaAvatar de nari-labs

    nari-labs/dia

    19,324Voir sur GitHub↗

    Dia is a generative AI audio tool and text-to-speech synthesis engine designed for the production-ready deployment of machine learning models. It provides a framework for creating lifelike synthetic speech by conditioning generation on reference audio samples to replicate specific vocal characteristics, emotional tones, and delivery styles. The system distinguishes itself through its ability to perform custom voice cloning and precise control over audio output. Users can adjust generation parameters such as temperature and guidance scale to modify the pacing, creativity, and style of the synt

    Generates personalized vocal output from reference audio samples to mimic unique vocal characteristics.

    Pythonaiopen-weighttext-to-speech
    Voir sur GitHub↗19,324
  • pytorch/visionAvatar de pytorch

    pytorch/vision

    17,743Voir sur GitHub↗

    This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection of neural network architectures, datasets, and high-performance transformation utilities. It serves as a foundational framework for building, training, and deploying deep learning models, offering a centralized model registry that allows developers to instantiate architectures with pre-trained weights for tasks such as image classification, object detection, and semantic segmentation. The library distinguishes itself through its modular approach to data and compute management

    Converts mel spectrograms into audible speech waveforms using generative model architectures.

    Pythoncomputer-visionmachine-learning
    Voir sur GitHub↗17,743
  • swivid/f5-ttsAvatar de SWivid

    SWivid/F5-TTS

    14,798Voir sur GitHub↗

    F5-TTS is a text-to-speech system that utilizes a flow matching engine and diffusion transformers to generate fluent synthetic speech. It functions as a multilingual speech synthesizer and neural training framework, providing tools for voice cloning and high-performance inference serving. The project distinguishes itself through a voice cloning toolkit capable of mimicking specific speaker characteristics and tones from reference audio clips. It supports cross-lingual generation, allowing for the synthesis of audio across various global languages or the mixing of multiple languages within a s

    Generates synthetic speech that mimics the specific tone and characteristics of a target speaker from a reference audio clip.

    Python
    Voir sur GitHub↗14,798
  • duixcom/duix-avatarAvatar de duixcom

    duixcom/Duix-Avatar

    13,711Voir sur GitHub↗

    Duix-Avatar is an AI digital human toolkit used to create, clone, and animate realistic virtual personas. It functions as a digital persona cloning tool and a text-to-speech animation API that converts written text or audio into synthetic voice and facial motion markers. The framework provides an offline video generation engine that renders digital human animations and lip-synced videos on local hardware. It includes a specialized lip sync engine to synchronize mouth movements with audio waveforms and a pipeline for extracting facial and vocal features from source media to create synthetic re

    Captures facial features and vocal characteristics from samples to create realistic digital models of people.

    Cai-avatarai-avatarscloning
    Voir sur GitHub↗13,711
  • k2-fsa/sherpa-onnxAvatar de k2-fsa

    k2-fsa/sherpa-onnx

    13,017Voir sur GitHub↗

    Sherpa-ONNX is an ONNX-based speech processing toolkit that provides a local speech recognition engine, an on-device voice synthesis tool, and a speaker identification framework. It is designed as a cross-platform speech API that enables speech-to-text, text-to-speech, and speaker verification tasks to be executed locally on a device without requiring network access. The project is distinguished by its ability to perform zero-shot voice cloning and speaker diarization on-device. It supports a wide range of hardware accelerations, including GPU and various NPU architectures, and provides a Web

    Converts mixed language text into audio using a multi-speaker model.

    C++aarch64androidarm32
    Voir sur GitHub↗13,017
  • sparkaudio/spark-ttsAvatar de SparkAudio

    SparkAudio/Spark-TTS

    10,930Voir sur GitHub↗

    Spark-TTS is a deep learning text-to-speech synthesis engine designed to convert written text into high-fidelity audio. It utilizes a transformer-based architecture and autoregressive sequence modeling to generate coherent speech, transforming linguistic input into natural-sounding waveforms through neural speech codec synthesis. The platform distinguishes itself through zero-shot voice cloning, which allows users to mimic a target speaker’s unique vocal identity using only a short reference audio sample without requiring additional model training. It also features cross-lingual phonetic mapp

    Decodes compressed latent representations into high-fidelity audio waveforms using neural speech codec synthesis.

    Python
    Voir sur GitHub↗10,930
Préc.123Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Speech Synthesis Models

Explorer les sous-tags

  • Expressive Speech Synthesis1 sous-tagNeural speech generation that incorporates nonverbal cues and emotional markers for naturalness. **Distinct from Speech Synthesis Models:** Specifically adds nonverbal cues like laughing and sighing, going beyond basic text-to-speech neural architectures.
  • Hybrid Synthesis PipelinesArchitectures that combine real-time speech understanding with separate text-to-speech engines. **Distinct from Speech Synthesis Models:** Distinct from Speech Synthesis Models: focuses on the orchestration of understanding and synthesis components rather than the model architecture.
  • Multilingual SynthesisModels capable of synthesizing speech across multiple languages within a single system. **Distinct from Speech Synthesis Models:** Focuses on the multilingual capability of synthesis, whereas Speech Synthesis Models is the general architecture.
  • Paralinguistic MarkersSpecialized tokens used to trigger non-verbal vocalizations during speech synthesis. **Distinct from Speech Synthesis Models:** Distinct from general speech synthesis models: focuses on the injection of non-verbal markers like laughter or coughing.
  • Post-Training Refinement PipelinesAdditional training steps applied to synthesis models to polish generated audio quality. **Distinct from Speech Synthesis Models:** Distinct from Speech Synthesis Models: focuses on the post-generation refinement stage rather than the initial synthesis.
  • Synthesis API EndpointsNetwork-accessible endpoints that expose speech synthesis models for remote audio generation. **Distinct from Speech Synthesis Models:** Distinct from Speech Synthesis Models: focuses on the deployment and API layer rather than the model architecture
  • Training FrameworksToolkits for managing the iterative process of training and fine-tuning neural speech models. **Distinct from Speech Synthesis Models:** Focuses on the trainer framework rather than the resulting speech synthesis model architecture.
  • Voice Cloning Engines1 sous-tagSystems that generate personalized vocal output from reference audio samples without requiring extensive retraining. **Distinct from Speech Synthesis Models:** Distinct from Speech Synthesis Models: focuses specifically on the cloning capability from reference samples rather than general text-to-speech.