Text-to-Speech Synthesis for the Speech Generation for Indigenous Language Education Small Teams Project
Project description
:construction: :construction: Warning! This repository is not quite ready yet. We're releasing it publicly in alpha, but it should be expected to change drastically over the coming months. :construction: :construction:
EveryVoice TTS Toolkit 💬
This is the Text-to-Speech (TTS) toolkit used by the Small Teams "Speech Generation for Indigenous Language Education" project.
Quickstart
Install conda
First, you'll need to install miniconda or conda.
Clone the repo
git clone https://github.com/roedoejet/EveryVoice.git
cd EveryVoice
git submodule update --init
Environment and installation – automated
To run EveryVoice, you need to create a new environment using Conda and Python 3.10, install all our dependencies and EveryVoice itself.
We have automated the procedure required to do all this in the script make-everyvoice-env
, which you can run like this:
./make-everyvoice-env --name <env-name-of-your-choice>
conda activate <env-name-of-your-choice>
Add the option --cuda CUDA_VERSION
if you need to override the default CUDA version, or --cpu
to use Torch compiled for CPU use only.
Environment and installation – manual
If the automated installation process does not work for you, or if you prefer to do the full installation manually, please refer to EveryVoice / Installation.
Documentation
Read the full EveryVoice documentation.
In particular, read the Guides to get familiar with the whole process.
Contributing
Feel free to dive in! Open an issue or submit PRs.
This repo follows the Contributor Covenant Code of Conduct.
Please make sure our standard Git hooks are activated, by running these commands in your sandbox (if you used our make-everyvoice-env
script then this step is already done for you):
pip install -r requirements.dev.txt
pre-commit install
gitlint install-hook
git submodule foreach 'pre-commit install'
git submodule foreach 'gitlint install-hook'
Have a look at Contributing.md for the full details on the Conventional Commit messages we prefer, our code formatting conventions, and our Git hooks.
Acknowledgements
This repository draws on many other wonderful code bases. Many thanks to:
- https://github.com/nocotan/pytorch-lightning-gans
- https://github.com/rishikksh20/iSTFTNet-pytorch
- https://github.com/jik876/hifi-gan
- https://github.com/ming024/FastSpeech2
- https://github.com/MiniXC/LightningFastSpeech2
- https://github.com/DigitalPhonetics/IMS-Toucan
Tests
Run unit tests by python -m unittest tests/test_configs.py
or suites of tests by running everyvoice test dev
if you have the package installed interactively.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file everyvoice-0.1.0a0.dev0.tar.gz
.
File metadata
- Download URL: everyvoice-0.1.0a0.dev0.tar.gz
- Upload date:
- Size: 148.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7431c967a5dd3f96239b791746daadba42cf79fca10f8b3007e0572823540cc |
|
MD5 | 7de716f4aad66ea8f543cef9ee2f230c |
|
BLAKE2b-256 | e5c931fe74dcddb655c514cf7c72ff30ff3affb8d96e3379526c6f2967a11a11 |
File details
Details for the file everyvoice-0.1.0a0.dev0-py3-none-any.whl
.
File metadata
- Download URL: everyvoice-0.1.0a0.dev0-py3-none-any.whl
- Upload date:
- Size: 183.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8139ed16e617fd4259bfed00519455acdea0cbe0cfd38115c80e893df4ce42e8 |
|
MD5 | 065d3088d8eb174bb572547648882ba4 |
|
BLAKE2b-256 | 7eaa3eb2a1bcb8ffb24508dbb824f2e110420d7b45324462b7bf64cba2c33a9c |