README.md 242 字节
Newer Older
K
KP 已提交
1 2 3 4 5 6 7
# PaddleSpeech Command Line

 The simplest approach to use PaddleSpeech models.

 ## Help
 `paddlespeech help`

K
KP 已提交
8
 ## ASR
K
KP 已提交
9
 `paddlespeech asr --input ./test_audio.wav`
K
KP 已提交
10 11 12

 ## Multi-label Classification
 `paddlespeech cls --input ./test_audio.wav`