You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/paddlespeech/cli
Jackwaterveg e9748faa71
[Cli]optimize the cli, add --yes, and delete transformer_aishell (#1154)
3 years ago
..
asr [Cli]optimize the cli, add --yes, and delete transformer_aishell (#1154) 3 years ago
cls Add default arguments in cls python api. 3 years ago
st Add default arguments in cls python api. 3 years ago
text Add automatic_video_subtitiles demo. 3 years ago
tts Add default arguments in cls python api. 3 years ago
README.md Update README.md 3 years ago
__init__.py [CLI][Demo][Text]Refactor punctuation_restoration. (#1013) 3 years ago
base_commands.py Add paddlespeech.cli. 3 years ago
download.py Update download logic and fix README typos. 3 years ago
entry.py Rename s2t to asr. 3 years ago
executor.py Update doc strings. 3 years ago
log.py Update download logic and fix README typos. 3 years ago
utils.py Add tts demo. 3 years ago

README.md

PaddleSpeech Command Line

The simplest approach to use PaddleSpeech models.

Help

paddlespeech help

Audio Classification

paddlespeech cls --input input.wav

Automatic Speech Recognition

paddlespeech asr --lang zh --input input_16k.wav

Speech Translation (English to Chinese)

(not support for Windows now)

paddlespeech st --input input_16k.wav

Text-to-Speech

paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav