Contents

TensorFlowTTS 1.8

0

TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for TensorFlow 2

TensorFlowTTS is an advanced text-to-speech synthesis package that offers a comprehensive collection of pre-trained models, examples, and documentation for researchers, developers, and enthusiasts. With seamless integration of deep learning models, TensorFlowTTS enables high-quality speech synthesis applications and conversational agents. Join the vibrant community and explore the exciting field of transforming text into lifelike speech.

Stars: 3684, Watchers: 3684, Forks: 788, Open Issues: 4

The TensorSpeech/TensorFlowTTS repo was created 4 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 3684 github stars!

How to Install tensorflowtts

You can install tensorflowtts using pip

pip install tensorflowtts

or add it to a project with poetry

poetry add tensorflowtts

Package Details

Author
Minh Nguyen Quan Anh, Alejandro Miguel Velasquez, Dawid Kobus, Eren Gölge, Kuan Chen, Takuya Ebata, Trinh Le Quang, Yunchao He
License
Apache-2.0
Homepage
https://github.com/tensorspeech/TensorFlowTTS
PyPi:
https://pypi.org/project/TensorFlowTTS/
GitHub Repo:
https://github.com/tensorspeech/TensorFlowTTS

Classifiers

  • Software Development/Libraries/Python Modules
No  tensorflowtts  pypi packages just yet.

Errors

A list of common tensorflowtts errors.

Code Examples

Here are some tensorflowtts code examples and snippets.

GitHub Issues

The tensorflowtts package has 4 open issues on GitHub

  • Android release as TTS engine
  • Dose it support mutil speaker of chinese language ?
  • tensorflow-gpu==2.7.0

See more issues on GitHub

Related Packages & Articles

TTS 0.22.0

Deep learning for Text to Speech by Coqui.

pyttsx3 2.90

Pyttsx3 is a Python library that enables developers to convert text into speech easily. It supports multiple operating systems, provides customizable voice selection, and offers features like adjustable speech rate and volume control. It also offers event-driven capabilities for advanced control and interactivity.

larynx 1.1.0

Larynx is a speech synthesis system that focuses on providing lightweight and privacy-focused text-to-speech (TTS) capabilities. Larynx is built with the aim of offering an offline TTS solution, meaning it does not require an internet connection for speech synthesis.

The project utilizes the Tacotron 2 and WaveGlow models, which are well-known neural network architectures for generating human-like speech from text. Larynx provides pre-trained models for different languages, enabling users to convert text into speech in their preferred language.

Larynx offers a straightforward API and command-line interface (CLI) for integrating the TTS functionality into various applications. It allows developers to generate high-quality speech from text strings programmatically, enabling applications to provide natural and intelligible audio output.

gTTS 2.5.1

gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API

optimum 1.18.0

Optimum Library is an extension of the Hugging Face Transformers library, providing a framework to integrate third-party libraries from Hardware Partners and interface with their specific functionality.

espnet-tts-frontend 0.0.3

31 Stars :star: Stars: 31, Watchers: 31, Forks: 12, Open Issues: 1 The espnet/espnet_tts_frontend repo was created 4 years ago and the last code push was 2 years ago. The project is moderately popular with 31 github stars! How to Install espnet_tts_frontend You can install espnet_tts_frontend using pip pip install espnet_tts_frontend or add it to a project with poetry poetry add espnet_tts_frontend Package Details Author License Homepage http://github.com/espnet/espnet_tts_frontend PyPi: https://pypi.

keras-flops 0.1.2

FLOPs calculator with tf.profiler for neural network architecture written in tensorflow 2.2+ (tf.keras)

keras-crf 0.3.0

A more elegant and convenient CRF built on tensorflow-addons.