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/demos/custom_streaming_asr/README.md

16 lines
733 B

2 years ago
([简体中文](./README_cn.md)|English)
# Customized Auto Speech Recognition
## introduction
In some cases, we need to recognize the specific sentence with high accuracy. eg: customized keyword spotting, address recognition in navigation apps . customized ASR can slove those issues.
this demo is customized for expense account of taxi, which need to recognize rare address.
## Usage
### 1. Installation
Install docker by runing script setup_docker.sh. And then, install tmux (apt-get install tmux).
### 2. demo
* bash websocket_server.sh. This script will download resources and libs, and then setup the server.
* In the other terminal of docker, run script websocket_client.sh, the client will send data and get the results.