add streaming-server with web client (#164)

* add streaming-server with web client

* small fixes
This commit is contained in:
Fangjun Kuang
2023-05-30 22:46:52 +08:00
committed by GitHub
parent d7114da441
commit 5e2dc5ceea
26 changed files with 2228 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
from _sherpa_onnx import Display
from .online_recognizer import OnlineRecognizer
from .online_recognizer import OnlineStream
from .offline_recognizer import OfflineRecognizer