Snapshot của babysor/TTS: 6★ · Python. 🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
📣 Clone your voice with a single click on 🐸Coqui.ai
📣 🐸Coqui Studio is launching soon!! Join our waiting list!!
🐸TTS is a library for advanced Text-to-Speech generation. It's built on the latest research, was designed to achieve the best trade-off among ease-of-training, speed and quality.
🐸TTS comes with pretrained models, tools for measuring dataset quality and already used in 20+ languages for products and research projects.
📰 Subscribe to 🐸Coqui.ai Newsletter
📢 English Voice Samples and SoundCloud playlist
📄 Text-to-Speech paper collection
💬 Where to ask questions
Please use our dedicated channels for questions and discussion. Help is much more valuable if it's shared publicly so that more people can benefit from it.
Type
Platforms
🚨 Bug Reports
GitHub Issue Tracker
🎁 Feature Requests & Ideas
GitHub Issue Tracker
👩💻 Usage Questions
GitHub Discussions
🗯 General Discussion
GitHub Discussions or Discord
🔗 Links and Resources
Type
Links
💼 Documentation
ReadTheDocs
💾 Installation
TTS/README.md
👩💻 Contributing
CONTRIBUTING.md
📌 Road Map
Main Development Plans
🚀 Released Models
TTS Releases and Experimental Models
🥇 TTS Performance
Underlined "TTS*" and "Judy*" are 🐸TTS models
Features
High-performance Deep Learning models for Text2Speech tasks.
If you are on Ubuntu (Debian), you can also run following commands for installation.
$ make system-deps # intended to be used on Ubuntu (Debian). Let us know if you have a different OS.
$ make install
If you are on Windows, 👑@GuyPaddock wrote installation instructions here.
Docker Image
You can also try TTS without install with the docker image.
Simply run the following command and you will be able to run TTS without installing it.
docker run --rm -it -p 5002:5002 --entrypoint /bin/bash ghcr.io/coqui-ai/tts-cpu
python3 TTS/server/server.py --list_models #To get the list of available models
python3 TTS/server/server.py --model_name tts_models/en/vctk/vits # To start a server
You can then enjoy the TTS server here
More details about the docker images (like GPU support) can be found here
Synthesizing speech by 🐸TTS
🐍 Python API
from TTS.api import TTS
# Running a multi-speaker and multi-lingual model
# List available 🐸TTS models and choose the first one
model_name = TTS.list_models()[0]
# Init TTS
tts = TTS(model_name)
# Run TTS
# ❗ Since this model is multi-speaker and multi-lingual, we must set the target speaker and the language
# Text to speech with a numpy output
wav = tts.tts("This is a test! This is also a test!!", speaker=tts.speakers[0], language=tts.languages[0])
# Text to speech to a file
tts.tts_to_file(text="Hello world!", speaker=tts.speakers[0], language=tts.languages[0], file_path="output.wav")
# Running a single speaker model
# Init TTS with the target model name
tts = TTS(model_name="tts_models/de/thorsten/tacotron2-DDC", progress_bar=False, gpu=False)
# Run TTS
tts.tts_to_file(text="Ich bin eine Testnachricht.", file_path=OUTPUT_PATH)
Command line tts
Single Speaker Models
List provided models:
$ tts --list_models
Get model info (for both tts_models and vocoder_models):
Query by type/name:
The model_info_by_name uses the name as it from the --list_models.
babysor/TTS có 6 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/babysor/TTS. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
babysor/TTS có phải mã nguồn mở không?
Có — babysor/TTS phát hành theo license MPL-2.0, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/babysor/TTS.
babysor/TTS còn đang phát triển không?
Commit gần nhất trên babysor/TTS là 3.6 năm trước (theo timestamp GitHub). Repo có 0 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
babysor/TTS là gì?
babysor/TTS (babysor/TTS) là dự án Python trên GitHub. Theo mô tả gốc: 🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Đọc thêm về babysor/TTS ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/babysor/TTS là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về TTS?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về TTS.