Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 445 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 445 Bytes

asr_baidu_web_server

asr web server based on flask

requirement

# py3

pip install flask -i https://pypi.tuna.tsinghua.edu.cn/simple

run

server start

python asr_server.py

client test

python asr_client.py

or use Postman to test

http://10.3.27.93:8080/asr

result show

今天天气怎么样?

NOTE

forked from asr_server