Fangjun Kuang
87a47d7db4
Release GIL to support multithreading in websocket servers. ( #451 )
2023-11-27 13:44:03 +08:00
Fangjun Kuang
049fb9f451
Add Python APIs for WeNet CTC models ( #428 )
2023-11-16 14:20:41 +08:00
Wei Kang
47184f9db7
Refactor hotwords,support loading hotwords from file ( #296 )
2023-09-14 19:33:17 +08:00
Fangjun Kuang
6038e2aa62
Support streaming paraformer ( #263 )
2023-08-14 10:32:14 +08:00
Fangjun Kuang
b094868fb8
Add non-streaming websocket server for python ( #259 )
2023-08-11 15:56:24 +08:00
Fangjun Kuang
79c2ce5dd4
Refactor online recognizer ( #250 )
...
* Refactor online recognizer.
Make it easier to support other streaming models.
Note that it is a breaking change for the Python API.
`sherpa_onnx.OnlineRecognizer()` used before should be
replaced by `sherpa_onnx.OnlineRecognizer.from_transducer()`.
2023-08-09 20:27:31 +08:00
Fangjun Kuang
aeb112dd06
Support specifying provider for python examples ( #244 )
2023-08-09 10:00:34 +08:00
fx
81579bbddd
fix numpy bug ( #181 )
2023-06-20 20:55:47 +08:00
Fangjun Kuang
5e2dc5ceea
add streaming-server with web client ( #164 )
...
* add streaming-server with web client
* small fixes
2023-05-30 22:46:52 +08:00