awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TensorSpeech avatar

TensorSpeech/TensorflowTTS

0
View on GitHub↗
3,993 نجوم·800 تفرعات·Python·Apache-2.0·8 مشاهداتtensorspeech.github.io/TensorFlowTTS↗

TensorflowTTS

TensorFlowTTS هو إطار عمل للتركيب الصوتي العصبي يُستخدم لتحويل النص إلى موجات صوتية عالية الدقة. يوفر الإطار مجموعة أدوات لتدريب وضبط معماريات الشبكات العصبية التوليدية أو نماذج التسلسل إلى تسلسل لإنتاج كلام طبيعي.

يتضمن النظام تطبيقات للمشفرات الصوتية العصبية (Neural Vocoders) التي تحول التمثيلات الصوتية الوسيطة إلى موجات صوتية نهائية، كما يتميز بالتحكم في سرعة التشغيل لضبط معدل مخرجات الكلام المُركّب.

يغطي إطار العمل خط الإنتاج الكامل للتركيب الصوتي، بدءاً من معالجة البيانات الصوتية لإنشاء مخططات طيفية (Mel Spectrograms) مُطبعة، وصولاً إلى خط تدريب يدير عمليات تدريب النماذج المسرّعة بواسطة GPU. كما يستخدم إطارات تدريب مخصصة للتعامل مع دوال الخسارة ومنطق التحسين أثناء عملية التدريب.

Features

  • End-to-End Speech Synthesis - Provides an end-to-end neural architecture that maps text inputs directly to audio waveforms.
  • Neural Vocoders - Transforms intermediate mel spectrograms into high-fidelity raw audio waveforms using deep learning.
  • Voice Model Trainers - Provides a specialized framework for training and fine-tuning neural models for speech synthesis.
  • Custom TTS Model Training Pipelines - Offers an end-to-end pipeline for training TTS models, including dataset preparation and normalization.
  • Text-to-Speech Model Training - Enables training and fine-tuning of generative speech models using audio-text pairs.
  • Sequence-to-Sequence Models - Maps input text tokens to acoustic representations using encoder-decoder neural network architectures.
  • Text-to-Speech - Generates natural sounding human speech from text input using high-fidelity generative neural models.
  • Text-to-Speech Engines - Provides a neural speech synthesis engine that converts text into high-fidelity audio using TensorFlow 2.
  • Mel-Spectrogram Processing - Converts raw audio into mel-spectrograms with logarithmic scaling to standardize input for neural networks.
  • Dataset Batch Loading - Implements generator-based data loading to batch and shuffle audio files and transcripts for GPU-accelerated training.
  • Audio Dataset Preprocessing - Provides utilities to convert raw audio and transcriptions into normalized mel spectrograms for ML training.
  • GAN-Based Generators - Utilizes generative adversarial networks to synthesize realistic audio by pitting a generator against a discriminator.
  • Training Data Loaders - Implements a framework for custom generators and batching logic to feed audio data into models.
  • Speech and Audio Models - Speech synthesis and text-to-speech implementation.

سجل النجوم

مخطط تاريخ النجوم لـ tensorspeech/tensorflowttsمخطط تاريخ النجوم لـ tensorspeech/tensorflowtts

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ TensorflowTTS

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع TensorflowTTS.
  • jaywalnut310/vitsالصورة الرمزية لـ jaywalnut310

    jaywalnut310/vits

    7,862عرض على GitHub↗

    This project is an end-to-end text-to-speech engine and deep learning voice synthesizer. It functions as a neural speech synthesis framework that converts written text directly into audio waveforms using a single neural network. The system implements an adversarial framework and a conditional variational autoencoder to generate high-fidelity artificial speech. It utilizes a generative adversarial network to ensure synthesized audio is indistinguishable from real human speech. The toolkit provides capabilities for neural speech synthesis, text-to-audio generation, and the training of custom v

    Pythondeep-learningpytorchspeech-synthesis
    عرض على GitHub↗7,862
  • swivid/f5-ttsالصورة الرمزية لـ SWivid

    SWivid/F5-TTS

    14,798عرض على 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
    عرض على GitHub↗14,798
  • nvidia/tacotron2الصورة الرمزية لـ NVIDIA

    NVIDIA/tacotron2

    5,300عرض على GitHub↗

    This project is a neural text-to-speech framework and PyTorch model designed to synthesize human speech. It converts written text into synthetic audio by predicting mel spectrograms, which serve as an intermediate representation for voice generation. The system includes a conditioning model for WaveNet to ensure natural-sounding audio output. It provides a distributed training framework that utilizes multi-GPU processing and automatic mixed precision to optimize training speed and reduce memory usage. The project covers the full pipeline of neural speech synthesis, from model training using

    Jupyter Notebook
    عرض على GitHub↗5,300
  • moonintheriver/diffsingerالصورة الرمزية لـ MoonInTheRiver

    MoonInTheRiver/DiffSinger

    4,804عرض على GitHub↗

    DiffSinger is an AI vocal synthesizer and neural audio generator designed to produce high-fidelity singing and speech. It functions as a text-to-speech system and a diffusion-based singing voice synthesis tool that transforms text and pitch into audible audio. The system utilizes a shallow diffusion mechanism and iterative noise refinement to generate realistic vocal performances. It incorporates specialized sampling plugins and numerical solvers to accelerate inference and reduce the time required to generate synthetic voices. The project covers acoustic modeling, mel-spectrogram synthesis,

    Pythonaaai2022diffusion-modeldiffusion-speedup
    عرض على GitHub↗4,804
عرض جميع البدائل الـ 30 لـ TensorflowTTS→

الأسئلة الشائعة

ما هي وظيفة tensorspeech/tensorflowtts؟

TensorFlowTTS هو إطار عمل للتركيب الصوتي العصبي يُستخدم لتحويل النص إلى موجات صوتية عالية الدقة. يوفر الإطار مجموعة أدوات لتدريب وضبط معماريات الشبكات العصبية التوليدية أو نماذج التسلسل إلى تسلسل لإنتاج كلام طبيعي.

ما هي الميزات الرئيسية لـ tensorspeech/tensorflowtts؟

الميزات الرئيسية لـ tensorspeech/tensorflowtts هي: End-to-End Speech Synthesis, Neural Vocoders, Voice Model Trainers, Custom TTS Model Training Pipelines, Text-to-Speech Model Training, Sequence-to-Sequence Models, Text-to-Speech, Text-to-Speech Engines.

ما هي البدائل مفتوحة المصدر لـ tensorspeech/tensorflowtts؟

تشمل البدائل مفتوحة المصدر لـ tensorspeech/tensorflowtts: jaywalnut310/vits — This project is an end-to-end text-to-speech engine and deep learning voice synthesizer. It functions as a neural… swivid/f5-tts — F5-TTS is a text-to-speech system that utilizes a flow matching engine and diffusion transformers to generate fluent… moonintheriver/diffsinger — DiffSinger is an AI vocal synthesizer and neural audio generator designed to produce high-fidelity singing and speech.… nvidia/tacotron2 — This project is a neural text-to-speech framework and PyTorch model designed to synthesize human speech. It converts… open-mmlab/amphion — Amphion is an audio generation toolkit designed for the research and development of models that synthesize speech,… voice-cloning-app/voice-cloning-app — This application is a platform for AI voice synthesis and neural voice cloning. It provides a comprehensive toolkit…