Commit Graph

3271 Commits

Author SHA1 Message Date
Yabin Li
2b8395dddc
Update SDK_advanced_guide_offline_zh.md 2023-09-25 17:11:02 +08:00
hnluo
1717982237
Merge pull request #978 from alibaba-damo-academy/dev_lhn
Dev lhn
2023-09-25 16:58:27 +08:00
haoneng.lhn
111d50159d update paraformer online README 2023-09-25 16:56:41 +08:00
haoneng.lhn
c45b899706 update paraformer online README 2023-09-25 16:55:12 +08:00
haoneng.lhn
d7e2259ccf update paraformer online recipe 2023-09-25 16:47:09 +08:00
Yabin Li
30d8d7a5d3
Update SDK_advanced_guide_online_zh.md 2023-09-25 15:22:05 +08:00
Yabin Li
b33e865c9a
Update SDK_advanced_guide_offline_zh.md 2023-09-25 15:21:27 +08:00
Binbin Gu
c1d01605bf
Update money.py (#971)
Maybe it would be better surrport "thiry one cent"  -> "$0.31" conversion. Some people say this way, and sometimes ASR  make mistakes.
2023-09-22 09:01:02 +08:00
hnluo
bf4b3ef9cb
Merge pull request #976 from alibaba-damo-academy/dev_lhn
Dev lhn
2023-09-21 16:30:43 +08:00
haoneng.lhn
8ae9fa8365 update 2023-09-21 16:26:51 +08:00
hnluo
41c64e4729
Merge pull request #975 from alibaba-damo-academy/main
merge master
2023-09-21 16:15:15 +08:00
hnluo
c133ccefff
Merge pull request #974 from alibaba-damo-academy/dev_lhn
fix uniasr inference bug
2023-09-21 16:14:06 +08:00
haoneng.lhn
32650335eb fix uniasr inference bug 2023-09-21 16:11:48 +08:00
hnluo
a2afe28269
Merge pull request #973 from alibaba-damo-academy/dev_lhn
update paraformer online inference recipe
2023-09-21 15:30:58 +08:00
haoneng.lhn
fa61ffd3dd update paraformer online inference recipe 2023-09-21 14:57:05 +08:00
andyweiqiu
b8909ab5b9
itn on iOS is not supported for the time being (#969) 2023-09-21 09:45:24 +08:00
hnluo
8516d3e850
Merge pull request #970 from alibaba-damo-academy/dev_lhn
Dev lhn
2023-09-19 19:06:49 +08:00
haoneng.lhn
9a7ea0f10e fix large_dataset epoch shuffle bug 2023-09-19 14:51:07 +08:00
lyblsgo
2785028649 modify docker image id 2023-09-19 14:01:06 +08:00
lyblsgo
459e82d996 modify docker image version 2023-09-19 13:50:56 +08:00
游雁
bd9ba3dd7e wechat 2023-09-19 12:37:43 +08:00
游雁
bb3e1f1c02 wechat 2023-09-19 12:37:16 +08:00
游雁
451a9ab976 wechat 2023-09-19 12:35:43 +08:00
游雁
0b5ab0709e wechat 2023-09-19 12:33:53 +08:00
游雁
71b38b1c2c wechat 2023-09-19 12:32:02 +08:00
lyblsgo
8ddd33c991 add docker image id 2023-09-19 10:29:00 +08:00
Yabin Li
61ed60695a
coauthor:duj12, add itn;add timestamp、hotword to 2pass; (#966)
* Add ITN,include openfst/gflags in onnxruntime/third_party.

* 2pass server support Hotword and Timestamp. The start_time of each segment need to be fix.

* add global time start and end of each frame(both online and offline), support two-pass timestamp(both segment and token level).

* update websocket cmake.

* 2pass server support itn, hw and tp.

* Add local build and run. Add timestamp in 2pass server, update cmakelist.

* fix filemode bug in h5, avoid 2pass wss server close before final.

* offline server add itn.

* offline server add ITN.

* update hotword model dir.

* Add Acknowledgement to WeTextProcessing(https://github.com/wenet-e2e/WeTextProcessing)

* adapted to original FunASR.

* adapted to itn timestamp hotword

* merge from main (#949)

* fix empty timestamp list inference

* punc large

* fix decoding_ind none bug

* fix decoding_ind none bug

* docs

* setup

* change eng punc in offline model

* update contextual export

* update proc for oov in hotword onnx inference

* add python http code (#940)

* funasr-onnx 0.2.2

* funasr-onnx 0.2.3

* bug fix in timestamp inference

* fix bug in timestamp inference

* Update preprocessor.py

---------

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
Co-authored-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Co-authored-by: haoneng.lhn <haoneng.lhn@alibaba-inc.com>
Co-authored-by: mengzhe.cmz <mengzhe.cmz@alibaba-inc.com>
Co-authored-by: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Co-authored-by: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Co-authored-by: 夜雨飘零 <yeyupiaoling@foxmail.com>

* update docs

* update deploy_tools

---------

Co-authored-by: dujing <dujing@xmov.ai>
Co-authored-by: Jean Du <37294470+duj12@users.noreply.github.com>
Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
Co-authored-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Co-authored-by: haoneng.lhn <haoneng.lhn@alibaba-inc.com>
Co-authored-by: mengzhe.cmz <mengzhe.cmz@alibaba-inc.com>
Co-authored-by: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Co-authored-by: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Co-authored-by: 夜雨飘零 <yeyupiaoling@foxmail.com>
2023-09-19 10:09:58 +08:00
游雁
4fa9bdb832 wechat 2023-09-18 11:24:27 +08:00
游雁
895d84f24d v0.7.8 2023-09-18 10:49:27 +08:00
游雁
2bd8241948 Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add
2023-09-18 10:44:25 +08:00
游雁
74aa12ee4b docs 2023-09-18 10:43:27 +08:00
zhaomingwork
6761eb3efa
Add python websocket api (#960)
* add python api for websocket

* little change for README.md

* little change for README.md

* add wait time for send chunk
2023-09-18 10:20:31 +08:00
夜雨飘零
025116995d
Support for long audio (#961) 2023-09-18 10:20:02 +08:00
chenmengzheAAA
bf0bf09672
Merge pull request #959 from alibaba-damo-academy/chenmengzheAAA-patch-5
Update modelscope_models.md
2023-09-14 19:06:25 +08:00
chenmengzheAAA
d75e9c6de2
Update modelscope_models.md 2023-09-14 19:05:16 +08:00
chenmengzheAAA
61f12d548a
Merge pull request #958 from alibaba-damo-academy/chenmengzheAAA-patch-5
Update modelscope_models_zh.md
2023-09-14 19:04:19 +08:00
chenmengzheAAA
dad87ec9c1
Update modelscope_models_zh.md 2023-09-14 19:04:08 +08:00
chenmengzheAAA
48f6ca5b54
Merge pull request #957 from alibaba-damo-academy/chenmengzheAAA-patch-5
Update modelscope_models_zh.md
2023-09-14 19:02:02 +08:00
chenmengzheAAA
542360546a
Update modelscope_models_zh.md 2023-09-14 19:01:49 +08:00
chenmengzheAAA
2a66366be4
Merge pull request #956 from alibaba-damo-academy/chenmengzheAAA-patch-4
Update modelscope_models.md
2023-09-14 19:00:17 +08:00
chenmengzheAAA
3c0ef48c6e
Update modelscope_models.md 2023-09-14 19:00:04 +08:00
chenmengzheAAA
be9d6165b3
Merge pull request #955 from alibaba-damo-academy/chenmengzheAAA-patch-3
Update modelscope_models_zh.md
2023-09-14 18:55:14 +08:00
chenmengzheAAA
2eb244f635
Update modelscope_models_zh.md 2023-09-14 18:54:59 +08:00
chenmengzheAAA
79efbd4706
Merge pull request #954 from alibaba-damo-academy/chenmengzheAAA-patch-2
Update modelscope_models.md
2023-09-14 18:03:13 +08:00
chenmengzheAAA
30c40c643c
Update modelscope_models.md 2023-09-14 18:00:43 +08:00
chenmengzheAAA
02bd5a3a9b
Merge pull request #953 from alibaba-damo-academy/chenmengzheAAA-patch-1
Update modelscope_models.md
2023-09-14 17:37:00 +08:00
chenmengzheAAA
9b07014a4a
Update modelscope_models.md 2023-09-14 17:35:40 +08:00
夜雨飘零
91f614934f
Support for multiple processes (#951) 2023-09-14 17:24:50 +08:00
haoneng.lhn
dcb92f13ed add paraformer online opt infer code 2023-09-14 16:46:30 +08:00
aky15
5c9bdfa238
Merge pull request #952 from alibaba-damo-academy/aky15-patch-1
Update asr_infer.py
2023-09-14 16:12:53 +08:00