Skip to content

shuhei-fujita/playground-tts

Repository files navigation

TextToSpeach:TTS

  • OpenAI: speach
  • AWS: AWS Polly
  • Google: gTTS (Google Text-to-Speech):

Tutorial

https://huggingface.co/microsoft/speecht5_tts

先行事例

LISTEN

環境構築手順

1. リポジトリのクローン

git clone xxx

2. asdfでpythonのバージョン管理

asdf install

3. pythonの仮想環境

python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt

4. スクリプトの実行

python index-openai-2persons.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages