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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to myshell-ai/melotts

Open-source alternatives to MeloTTS

30 open-source projects similar to myshell-ai/melotts, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best MeloTTS alternative.

  • bytedance/megatts3bytedance avatar

    bytedance/MegaTTS3

    6,066View on GitHub↗

    MegaTTS3 is a bilingual speech synthesis system that generates natural-sounding speech in Chinese and English, including seamless code-switching within a single utterance. It functions as a text-to-speech engine, voice cloning system, and speech-to-text alignment tool, built around an acoustic latent compression model that encodes high-resolution audio into compact representations for efficient processing. The system distinguishes itself through accent intensity control, allowing adjustment of a speaker's accent strength in generated speech, and voice cloning from short audio samples for pers

    Pythonresearch
    View on GitHub↗6,066
  • espeak-ng/espeak-ngespeak-ng avatar

    espeak-ng/espeak-ng

    6,604View on GitHub↗

    espeak-ng is a multilingual text-to-speech engine and C-based library that converts written text into spoken audio across various languages, accents, and regional dialects. It functions as both a programmatic interface for embedding synthesis capabilities into external applications and a phonetic text converter that translates written text into phoneme codes. The system utilizes multiple synthesis methods, including formant synthesis to generate vocal sounds mathematically and diphone synthesis to produce audio by concatenating pre-recorded phonetic segments. It incorporates a speech processo

    C
    View on GitHub↗6,604
  • opennmt/ctranslate2OpenNMT avatar

    OpenNMT/CTranslate2

    4,319View on GitHub↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    C++avxavx2cpp
    View on GitHub↗4,319

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • xlite-dev/lite.ai.toolkitxlite-dev avatar

    xlite-dev/lite.ai.toolkit

    4,413View on GitHub↗

    lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender

    C++
    View on GitHub↗4,413
  • kennethleungty/llama-2-open-source-llm-cpu-inferencekennethleungty avatar

    kennethleungty/Llama-2-Open-Source-LLM-CPU-Inference

    973View on GitHub↗

    This project provides a framework for executing large language models and performing document-based question answering entirely on local consumer hardware. By integrating a CPU-based inference engine with a local vector database, it enables users to process information without relying on cloud-based APIs or specialized graphics processing units. The system functions as a command-line tool that manages the full lifecycle of private information processing. It transforms local text files into searchable vector embeddings, allowing the model to retrieve relevant context and ground its generated r

    Pythonc-transformerschatgptcpu
    View on GitHub↗973
  • plachtaa/vits-fast-fine-tuningPlachtaa avatar

    Plachtaa/VITS-fast-fine-tuning

    5,016View on GitHub↗

    VITS-fast-fine-tuning is a pipeline for adapting speech synthesis models to specific target voices using small audio datasets. It functions as a fast speaker adaptation tool and a multilingual speech synthesizer capable of generating spoken audio across different languages. The system provides a framework for many-to-many voice conversion, transforming the identity of one speaker into another while preserving the original linguistic content. It allows for the adaptation of a voice for text-to-speech by fine-tuning a pre-trained model with audio clips or video sources. The project covers end-

    Python
    View on GitHub↗5,016
  • zyphra/zonosZyphra avatar

    Zyphra/Zonos

    7,225View on GitHub↗

    Zonos is a controllable audio synthesis engine and large language model for text-to-speech. It serves as a multilingual speech generator capable of producing audio in English, Japanese, Chinese, French, and German. The system provides zero-shot voice cloning, allowing the replication of specific human voices using short audio samples. It supports the capture of nuanced behaviors, such as whispering, and provides parametric control over speaking rate, pitch, frequency, and emotional tone. The project covers a broad range of expressive speech synthesis and custom audio generation capabilities,

    Python
    View on GitHub↗7,225
  • whisperspeech/whisperspeechWhisperSpeech avatar

    WhisperSpeech/WhisperSpeech

    4,617View on GitHub↗

    WhisperSpeech is a multilingual speech synthesizer and neural text-to-speech system. It functions by inverting the Whisper model architecture to convert text into high-fidelity synthetic audio. The system enables voice cloning by using reference audio files to mimic specific speakers. It supports multilingual speech production, which includes the ability to generate audio across different languages and handle language switching within a single sentence. The project covers a broad range of speech capabilities, including text-to-speech generation and speech dataset preparation. It incorporates

    Jupyter Notebookpytorchspeech-synthesistts
    View on GitHub↗4,617
  • supertone-inc/supertonicsupertone-inc avatar

    supertone-inc/supertonic

    2,626View on GitHub↗

    Supertonic is an on-device neural text-to-speech engine that runs entirely locally without cloud dependencies or GPU acceleration. It converts written text into natural-sounding speech across 31 languages with automatic language detection and a fallback model for unsupported locales. The engine provides expressive speech control through inline prosody tags that dynamically adjust pitch, rate, and tone during synthesis. It supports voice cloning from a short reference audio clip by extracting a speaker embedding vector, and offers a selection of pre-built voices tuned for different use cases.

    C++cppcsharpgo
    View on GitHub↗2,626
  • freemocap/freemocapfreemocap avatar

    freemocap/freemocap

    9,212View on GitHub↗

    FreeMoCap is an open-source markerless motion capture system that reconstructs 3D human pose from video. It uses a multi-camera setup with ChArUco board calibration to accurately triangulate body landmarks, and it also supports single-camera recording for simpler captures. The system outputs skeleton joint data and generates interactive Jupyter notebooks for each recording, enabling users to explore and analyse motion data directly. Built around hardware-synchronised video capture and MediaPipe-based 2D pose detection, FreeMoCap supports both calibrated multi-camera recording and real-time 2D

    Python
    View on GitHub↗9,212
  • kyutai-labs/pocket-ttskyutai-labs avatar

    kyutai-labs/pocket-tts

    3,301View on GitHub↗

    Pocket-tts is a text-to-speech server and neural speech synthesizer that converts written text into audible speech. It includes a CPU-optimized inference engine and a voice cloning tool capable of analyzing audio samples to reproduce specific speaker characteristics. The system differentiates itself through the use of dynamic int8 quantization to reduce memory usage and increase generation speed on processors. It supports real-time speech synthesis by streaming audio chunks incrementally and utilizes voice state caching to store processed embeddings as portable files, bypassing redundant proc

    Python
    View on GitHub↗3,301
  • hexgrad/kokorohexgrad avatar

    hexgrad/kokoro

    5,729View on GitHub↗

    Kokoro is a lightweight neural text-to-speech engine that converts written text into spoken audio using a compact model designed for fast inference. It supports multiple languages through language-specific grapheme-to-phoneme conversion pipelines, and offers voice profile selection to change the character of the generated speech. The engine provides GPU acceleration on Apple Silicon hardware by setting a single environment variable, enabling faster inference on Mac M-series machines. It also includes pattern-based text segmentation, allowing input text to be split at user-defined delimiters t

    JavaScript
    View on GitHub↗5,729
  • blaizzy/mlx-audioBlaizzy avatar

    Blaizzy/mlx-audio

    5,994View on GitHub↗

    mlx-audio is an audio processing toolkit built on Apple MLX that provides speech transcription, text-to-speech synthesis, voice cloning, and audio source separation using local models. It offers an OpenAI-compatible REST API and web interface for running audio generation and transcription tasks, enabling drop-in integration with existing tools that follow that endpoint structure. The toolkit supports text-prompted audio source separation, allowing specific sounds to be isolated from mixed recordings based on natural language descriptions. It also provides voice cloning from a short reference

    Pythonapple-siliconaudio-processingmlx
    View on GitHub↗5,994
  • metavoiceio/metavoice-srcmetavoiceio avatar

    metavoiceio/metavoice-src

    4,202View on GitHub↗

    This project is an expressive text-to-speech foundation model and voice cloning system designed to synthesize human-like speech with emotional nuance and high fidelity. It functions as a finetunable speech model that can generate audio mimicking a specific person using a reference voice sample. The system distinguishes itself through a high-performance inference engine that utilizes memory caching and hardware compilation to reduce latency during the audio generation process. It further allows for synthesis quality improvements by training the language model on custom datasets consisting of a

    Pythonaideep-learningpytorch
    View on GitHub↗4,202
  • neuphonic/neuttsneuphonic avatar

    neuphonic/neutts

    6,007View on GitHub↗

    Neutts is a neural text-to-speech engine designed for real-time streaming output on edge devices such as phones and laptops. It supports voice cloning from short audio references, enabling zero-shot reproduction of a target speaker's voice, and can be fine-tuned or retrained from scratch for custom voices and styles. The system distinguishes itself through a decoder-only architecture that halves memory and accelerates generation on constrained hardware, combined with quantized model inference for reduced memory footprint. Its streaming decoder loop interleaves synthesis with playback, deliver

    Python
    View on GitHub↗6,007
  • facico/chinese-vicunaFacico avatar

    Facico/Chinese-Vicuna

    4,121View on GitHub↗

    Chinese-Vicuna is a Chinese large language model and instruction-following AI based on the LLaMA architecture. It is specifically designed for natural language understanding and generation in the Chinese language, utilizing an instruction-tuned model to follow complex user prompts across conversations. The project provides a LoRA fine-tuning framework and quantization systems to enable model adaptation and inference on consumer hardware. It implements quantized inference to reduce memory usage on both CPUs and GPUs, supported by a low-level C++ implementation to minimize system resource requi

    Calpacachinesellama
    View on GitHub↗4,121
  • ohf-voice/piper1-gplOHF-Voice avatar

    OHF-Voice/piper1-gpl

    2,897View on GitHub↗

    This project is a neural text-to-speech system and voice trainer that converts written text into spoken audio across a variety of global languages and regional dialects. It functions as an ONNX-based engine capable of performing fast offline inference and uses a phoneme-based controller to manage precise pronunciation. The system distinguishes itself through a comprehensive toolkit for neural voice training, allowing for the creation of custom single-speaker or multi-speaker models. It supports the export of these models to a standardized open format and provides hardware acceleration via gra

    C++
    View on GitHub↗2,897
  • elevenlabs/elevenlabs-pythonelevenlabs avatar

    elevenlabs/elevenlabs-python

    2,873View on GitHub↗

    This Python SDK provides a comprehensive toolkit for synthetic audio generation, voice cloning, and the development of conversational AI agents. It enables the creation of lifelike spoken audio from text, the replication of human voices through custom cloning, and the deployment of real-time voice agents capable of interacting with external large language models. The library distinguishes itself through deep integration of conversational AI capabilities, including the design of agent personas and the execution of real-time actions via APIs. It supports professional-grade audio production thro

    Pythonartificial-intelligenceconversational-aitext-to-speech
    View on GitHub↗2,873
  • swivid/f5-ttsSWivid avatar

    SWivid/F5-TTS

    14,798View on 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

    Python
    View on GitHub↗14,798
  • anaisbetts/mcp-installeranaisbetts avatar

    anaisbetts/mcp-installer

    1,531View on GitHub↗

    An MCP server that installs other MCP servers for you

    JavaScript
    View on GitHub↗1,531
  • altryne/awesome-ai-art-image-synthesisaltryne avatar

    altryne/awesome-ai-art-image-synthesis

    1,801View on GitHub↗

    A list of awesome tools, ideas, prompt engineering tools, colabs, models, and helpers for the prompt designer playing with aiArt and image synthesis. Covers Dalle2, MidJourney, StableDiffusion, and open source tools.

    View on GitHub↗1,801
  • actionbook/actionbookactionbook avatar

    actionbook/actionbook

    1,189View on GitHub↗
    TypeScriptai-agentsbrowser-automationrust
    View on GitHub↗1,189
  • benedekrozemberczki/awesome-gradient-boosting-papersbenedekrozemberczki avatar

    benedekrozemberczki/awesome-gradient-boosting-papers

    1,051View on GitHub↗

    A curated list of gradient boosting research papers with implementations.

    Pythonadaboostboostingcatboost
    View on GitHub↗1,051
  • ajaymache/machine-learning-yearningajaymache avatar

    ajaymache/machine-learning-yearning

    1,135View on GitHub↗

    Machine Learning Yearning book by 🅰️𝓷𝓭𝓻𝓮𝔀 🆖

    andrew-ng-machine-learningandrew-ng-machine-learning-yearningdeep-learning
    View on GitHub↗1,135
  • benedekrozemberczki/awesome-fraud-detection-papersbenedekrozemberczki avatar

    benedekrozemberczki/awesome-fraud-detection-papers

    1,807View on GitHub↗

    A curated list of data mining papers about fraud detection.

    Python
    View on GitHub↗1,807
  • benedekrozemberczki/awesome-graph-classificationbenedekrozemberczki avatar

    benedekrozemberczki/awesome-graph-classification

    4,805View on GitHub↗

    A collection of important graph embedding, classification and representation learning papers with implementations.

    Pythonattention-mechanismclassification-algorithmdeep-graph-kernels
    View on GitHub↗4,805
  • benedekrozemberczki/awesome-monte-carlo-tree-search-papersbenedekrozemberczki avatar

    benedekrozemberczki/awesome-monte-carlo-tree-search-papers

    707View on GitHub↗

    A curated list of Monte Carlo tree search papers with implementations.

    Python
    View on GitHub↗707
  • bharathgs/awesome-pytorch-listbharathgs avatar

    bharathgs/Awesome-pytorch-list

    16,547View on GitHub↗

    Awesome-Pytorch-list

    View on GitHub↗16,547
  • benedekrozemberczki/awesome-decision-tree-papersbenedekrozemberczki avatar

    benedekrozemberczki/awesome-decision-tree-papers

    2,473View on GitHub↗

    A collection of research papers on decision, classification and regression trees with implementations.

    Python
    View on GitHub↗2,473
  • aikorea/awesome-rlaikorea avatar

    aikorea/awesome-rl

    9,812View on GitHub↗

    Reinforcement learning resources curated

    View on GitHub↗9,812