parent
8d19c056d7
commit
a5f52d6d8e
@ -1 +1,16 @@
|
|||||||
run setup_docker.sh first and then run websocket_server.sh
|
([简体中文](./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.
|
Loading…
Reference in new issue