tts-patched
Patched Coqui TTS for Python 3.13+, trainer removed, inference-only, Lobi compatible."
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.0%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Patched Coqui TTS for Python 3.13+, trainer removed, inference-only, Lobi compatible."
Basic Info
- Host: GitHub
- Owner: ginkorea
- License: mpl-2.0
- Language: Python
- Default Branch: main
- Size: 133 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 10 months ago
· Last pushed 10 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.md
TTS-PATCHED
This is a patched version of Mozilla's TTS, modified to:
- Remove all
trainerdependencies - Enable compatibility with Python 3.11 and Python 3.13
- Allow inference-only mode (no training support)
- Simplify for offline/local usage, especially for projects like Lobi
License
This project remains under the Mozilla Public License Version 2.0 (MPL-2.0).
All original credit belongs to Mozilla and the original TTS contributors.
Modifications made by ginkorea.
Owner
- Name: Joshua Gompert
- Login: ginkorea
- Kind: user
- Location: Korea
- Repositories: 2
- Profile: https://github.com/ginkorea
Welcome to my GitHub profile! I'm an AI/ML enthusiast currently enrolled in the Johns Hopkins AI/ML program, where I'm honing my skills and building knowledge.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you want to cite 🐸💬, feel free to use this (but only if you loved it 😊)"
title: "Coqui TTS"
abstract: "A deep learning toolkit for Text-to-Speech, battle-tested in research and production"
date-released: 2021-01-01
authors:
- family-names: "Eren"
given-names: "Gölge"
- name: "The Coqui TTS Team"
version: 1.4
doi: 10.5281/zenodo.6334862
license: "MPL-2.0"
url: "https://www.coqui.ai"
repository-code: "https://github.com/coqui-ai/TTS"
keywords:
- machine learning
- deep learning
- artificial intelligence
- text to speech
- TTS
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Dependencies
.github/workflows/aux_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/data_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/docker.yaml
actions
- actions/checkout v2 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- docker/setup-qemu-action v1 composite
.github/workflows/inference_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/pypi-release.yml
actions
- actions/checkout v3 composite
- actions/download-artifact v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
.github/workflows/style_check.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/text_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/tts_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/tts_tests2.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/vocoder_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/xtts_tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/zoo_tests0.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/zoo_tests1.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/zoo_tests2.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
Dockerfile
docker
- ${BASE} latest build
recipes/bel-alex73/docker-prepare/Dockerfile
docker
- ubuntu 22.04 build
TTS/demos/xtts_ft_demo/requirements.txt
pypi
- faster_whisper ==0.9.0
- gradio ==4.7.1
TTS/encoder/requirements.txt
pypi
- numpy >=1.17.0
- umap-learn *
TTS/tts/utils/monotonic_align/setup.py
pypi
docs/requirements.txt
pypi
- furo *
- linkify-it-py *
- myst-parser ==2.0.0
- sphinx ==7.2.5
- sphinx_copybutton *
- sphinx_inline_tabs *
pyproject.toml
pypi
requirements.dev.txt
pypi
- black * development
- coverage * development
- isort * development
- nose2 * development
- pylint ==2.10.2 development
requirements.ja.txt
pypi
- cutlet *
- mecab-python3 ==1.0.6
- unidic-lite ==1.0.8
requirements.notebooks.txt
pypi
- bokeh ==1.4.0
requirements.txt
pypi
- aiohttp >=3.8.1
- anyascii >=0.3.0
- bangla *
- bnnumerizer *
- bnunicodenormalizer *
- coqpit >=0.0.16
- cython >=0.29.30
- einops >=0.6.0
- encodec >=0.1.1
- flask >=2.0.1
- fsspec >=2023.6.0
- g2pkk >=0.1.1
- gruut ==2.2.3
- hangul_romanize *
- inflect >=5.6.0
- jamo *
- jieba *
- librosa >=0.10.0
- matplotlib >=3.7.0
- mutagen ==1.47.0
- nltk *
- num2words *
- numba >=0.57.0
- numba ==0.55.1
- numpy >=1.24.3
- numpy ==1.22.0
- packaging >=23.1
- pandas >=1.4,<2.0
- pypinyin *
- pysbd >=0.3.4
- pyyaml >=6.0
- scikit-learn >=1.3.0
- scipy >=1.11.2
- soundfile >=0.12.0
- spacy ==3.6.1
- torch >=2.1
- torchaudio *
- tqdm >=4.64.1
- transformers >=4.33.0
- umap-learn >=0.5.1
- unidecode >=1.3.2
setup.py
pypi