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/runtime/examples
co63oc f2b4b947a7
Fix typos in multiple files (#4032)
5 months ago
..
android/VadJni [runtime] vad jni demo (#3027) 3 years ago
audio_classification Fix typos (#4024) 6 months ago
codelab 【doc】fix download link case abnormal traffic (#4020) 6 months ago
custom_asr Fix typos in multiple files (#4032) 5 months ago
text_lm Fix typos (#4024) 6 months ago
u2pp_ol 【doc】fix download link case abnormal traffic (#4020) 6 months ago
vad [Engine] rename cls && add cls && vad android demo (#3188) 2 years ago
.gitignore [engine] rename speechx (#2892) 3 years ago
README.md Fix typos (#4024) 6 months ago

README.md

Examples for SpeechX

u2pp_ol is recommended.

  • u2pp_ol - u2++ streaming asr test under aishell-1 test dataset.
  • ds2_ol - ds2 streaming test under aishell-1 test dataset.

How to run

Create env

Using tools/evn.sh under speechx to create python env.

bash tools/env.sh

Source env before play with example.

. venv/bin/activate

Play with example

run.sh is the entry point for every example.

Example to play u2pp_ol:

pushd u2pp_ol/wenetspeech
bash run.sh --stop_stage 4

Display Model with Netron

If you have a model, we can using this commend to show model graph.

For example:

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

For Developer

Reminder: Only for developer, make sure you know what's it.

  • codelab - for speechx developer, using for test.