معرفی شرکت ها


everyvoice-0.1.20230307


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Text-to-Speech Synthesis for the Speech Generation for Indigenous Language Education Small Teams Project
ویژگی مقدار
سیستم عامل -
نام فایل everyvoice-0.1.20230307
نام everyvoice
نسخه کتابخانه 0.1.20230307
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aidan Pine
ایمیل نویسنده hello@aidanpine.ca
آدرس صفحه اصلی https://github.com/roedoejet/EveryVoice
آدرس اینترنتی https://pypi.org/project/everyvoice/
مجوز MIT
# EveryVoice TTS Toolkit 💬 [![codecov](https://codecov.io/gh/roedoejet/EveryVoice/branch/main/graph/badge.svg?token=yErCxf64IU)](https://codecov.io/gh/roedoejet/EveryVoice) [![license](https://img.shields.io/badge/Licence-MIT-green)](LICENSE) This is an implementation of the Text-to-Speech (TTS) model used by the Small Teams "Speech Generation for Indigenous Language Education" project. It is largely based off the FastSpeech2/Fastpitch models. ## Quickstart ### Install Clone clone the repo and pip install it locally: ```sh $ git clone https://github.com/roedoejet/EveryVoice.git $ cd EveryVoice $ git submodule update --init $ pip install -e . ``` ### Dependencies I recommend using Conda and Python 3.9. To do that, create a new environment: ``` conda create --name EveryVoice python=3.9 conda activate EveryVoice conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch ``` You can then install the rest of the Python dependencies with pip ``` pip3 install -r requirements.txt ``` Alternatively, you can just create the whole thing from our `environment.yml` file: ``` conda env create -f environment.yml conda activate EveryVoice ``` ## Contributing Feel free to dive in! [Open an issue](https://github.com/roedoejet/EveryVoice/issues/new) or submit PRs. This repo follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct. You can install our standard Git hooks by running these commands in your sandbox: ```sh pip install -r requirements.dev.txt pre-commit install gitlint install-hook ``` Have a look at [Contributing.md](Contributing.md) for the full details on the Conventional Commit messages we prefer, our code formatting conventions, and our Git hooks. You can then interactively install the package by running the following command from the project root: ```sh pip install -e . ``` ## Acknowledgements This repo 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 `python3 -m unittest tests/test_configs.py` or suites of tests by running `everyvoice test dev` if you have the package installed interactively.


نیازمندی

مقدار نام
==0.5.0 einops
==0.5.20221013 g2p
==0.9.2 librosa
==0.6.0 loguru
==3.6.0 matplotlib
- merge-args
==3.7 nltk
==1.4.4 pandas
==0.20.0 panphon
==0.2.9 pathos
==22.3.5 pycountry
==1.10.2 pydantic
- pympi-ling
==0.0.5 pysdtw
==1.8.1 pytorch-lightning
==5.0.0 python-slugify
==0.2.10 pyworld
>=5.1 PyYAML
==1.10.0 questionary
==0.2.20221114 readalongs
==1.5.2 simple-term-menu
==59.5.0 setuptools
==0.8.10 tabulate
==0.6.1 typer[all]


زبان مورد نیاز

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl everyvoice-0.1.20230307:

    pip install everyvoice-0.1.20230307.whl


نصب پکیج tar.gz everyvoice-0.1.20230307:

    pip install everyvoice-0.1.20230307.tar.gz