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/speechx/examples
Yang Zhou 1133540682
add websocket
2 years ago
..
dev refactor speechx egs 2 years ago
ds2_ol add websocket 2 years ago
ngram format 2 years ago
.gitignore fix speech egs 2 years ago
CMakeLists.txt refactor speechx egs 2 years ago
README.md ds2 ol aishell egs 2 years ago

README.md

Examples for SpeechX

  • dev - for speechx developer, using for test.
  • ngram - using to build NGram ARPA lm.
  • ds2_ol - ds2 streaming test under aishell-1 test dataset. The entrypoint is ds2_ol/aishell/run.sh

How to run

run.sh is the entry point.

Example to play ds2_ol:

pushd ds2_ol/aishell
bash run.sh

Display Model with Netron

pip install netron
netron exp/deepspeech2_online/checkpoints/avg_1.jit.pdmodel  --port 8022 --host 10.21.55.20