zxcd
4542684694
[ASR] fix Whisper cli model download path error. test=asr ( #2679 )
...
* add all whisper model size support
* add choices in parser.
* fix Whisper cli model download path error.
* fix resource download path.
* fix code style
4 years ago
Zth9730
fc02cd0540
[doc] update wav2vec2 demos README.md, test=doc ( #2674 )
...
* fix wav2vec2 demos, test=doc
* fix wav2vec2 demos, test=doc
* fix enc_dropout and nor.py, test=asr
4 years ago
zxcd
b71f1428c7
add all whisper model size support, test=asr ( #2677 )
...
* add all whisper model size support
* add choices in parser.
4 years ago
Zth9730
94a487bd81
[ASR] support wav2vec2 command line and demo ( #2658 )
...
* wav2vec2_cli
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* Update RESULTS.md
* Update RESULTS.md
* Update base_commands.py
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
4 years ago
zxcd
b1d3f59bcb
[s2t] add whisper asr large model ( #2640 )
...
* add whisper asr large model decoding, test=asr
* fix code style.
* fix json code style.
* remove resource and fix code style.
* fix yapf
* add cli and demos, fix some code style.
* fix some problem by comment.
* fix yapf
4 years ago
Hui Zhang
bb7ff288a9
[demo] u2++ asr deployment demo ( #2639 )
...
* add u2 deployment demo
* update rtf
* update doc
* fix doc, test=doc
* fix doc, test=doc
4 years ago
Thomas Young
bf6451ed69
Add TTS fastdeploy serving ( #2528 )
...
* add triton tts server
* change readme
* fix path bug
* fix code style
* fix code style and readme
* Add files via upload
4 years ago
Ming
0b5af77494
fixed ENIRE-SAT => ERNIE-SAT,test=doc ( #2533 )
...
* fixed ENIRE-SAT => ERNIE-SAT,test=doc
* fixed ERNIE,test=doc
4 years ago
tianhao zhang
e367242765
update dependency of paddle
4 years ago
Hui Zhang
467cfd4e75
Merge pull request #2489 from Zth9730/u2++_server
...
[ASR] support u2pp based cli and server, optimiz code of u2pp decode (reversed_weight parameter)
4 years ago
tianhao zhang
5bbe6e9897
support u2pp cli and server, optimiz code of u2pp decode, test=asr
4 years ago
Ming
e65622548d
update readme and fixed bug in ngpu ( #2451 )
...
* update readme and fixed ngpu bug
* update png in readme
* update readme and FT web ttsText
4 years ago
liangym
8636096484
[tts] Update finetune ( #2430 )
...
* update finetune, test=tts
4 years ago
TianYuan
861dc2a9b7
Update README.md
4 years ago
TianYuan
ac34fbbe27
Update README.md
4 years ago
TianYuan
2512bc5210
Update README.md
4 years ago
TianYuan
40156d8ad5
Update README.md
4 years ago
TianYuan
8d25b1f844
Update README.md
4 years ago
iftaken
512f20d0bf
fixed get_cmd and use MAIN_ROOT in ge2e
4 years ago
iftaken
6a575218fa
fix TDNN to ECAPA-TDNN,text=doc
4 years ago
iftaken
e9db93def7
rename finetune yaml name
4 years ago
iftaken
ceeb56719d
update readme, test=doc
4 years ago
iftaken
ad097a36b8
update readme and delete unuseful code
4 years ago
iftaken
7f862b0d67
use MAIN_ROOT and delete png
4 years ago
iftaken
a488ec8342
use cmd for voiceclone , finetune and ernie-sat
4 years ago
WongLaw
324b166c52
Removed useless spk_id in speech_server and streaming_tts_server from demos, and support bilingual server engine, test=tts ( #2380 )
...
* Removed useless spk_id in speech_server and streaming_tts_server from demos, and support bilingual server engine.
4 years ago
TianYuan
5ae5e6819c
update readme, test=tts
4 years ago
TianYuan
5f0c0b680e
Update README_cn.md
4 years ago
TianYuan
8dd4e13f5f
Update README_cn.md
4 years ago
WongLaw
fecde70371
Revised the Chinese doc, test=doc
4 years ago
WongLaw
1459162a72
Add Chinese doc and language switcher for demos of metaverse, style_fs2 and story talker, test=doc
4 years ago
WongLaw
79f017aedd
Add Chinese doc and language switcher for demos of metaverse, style_fs2 and story talker, test=doc
4 years ago
TianYuan
795eb7bd10
format paddlespeech with pre-commit ( #2331 )
4 years ago
Zhao Yuting
cb74803957
fix the bug "can't start ASR streaming_server" ( #2337 )
...
* Update application.yaml
4 years ago
Hui Zhang
b4bb785b17
Update README.md
4 years ago
TianYuan
e147b96cf0
Update README_cn.md
4 years ago
TianYuan
4ceea2c78d
Update README.md
4 years ago
TianYuan
979f75e483
[doc]updade readme for mix tts ( #2284 )
...
* format g2pw
* fix tone sand_hi bugs for Chinese frontend
* fix stats bugs
* fix point bug, test=tts
* fix point bug, test=tts
* update readme for mix tts, test=doc
Co-authored-by: liangym <34430015+lym0302@users.noreply.github.com>
Co-authored-by: lym0302 <lym0302@foxmail.com>
4 years ago
TianYuan
851ffd11a9
replace default vocoder in seerver to mb_melgan, test=doc
4 years ago
TianYuan
ab33b0d299
add wav url, test=doc
4 years ago
TianYuan
354601d0e9
fix readme, test=doc
4 years ago
TianYuan
dfb09eee55
add pad calc link, test=doc
4 years ago
TianYuan
7bbd9097a1
Merge branch 'develop' of github.com:PaddlePaddle/PaddleSpeech into fix_name_bug
4 years ago
TianYuan
bc6d10ba4d
update readme, test=doc
4 years ago
liangym
9ae280a7f3
Merge pull request #2149 from lym0302/updata_readme
...
[server] update demos readme
4 years ago
lym0302
a011074c24
update demos readme, test=doc
4 years ago
Jackwaterveg
ae7a73bc11
Merge pull request #2138 from zh794390558/demos
...
[demos] more cli for speech demos
4 years ago
Hui Zhang
74e42fff78
Merge pull request #2142 from PaddlePaddle/dependabot/npm_and_yarn/demos/speech_web/web_client/moment-2.29.4
...
Bump moment from 2.29.3 to 2.29.4 in /demos/speech_web/web_client
4 years ago
liangym
30c2b5df5e
Merge pull request #2139 from lym0302/updata_readme
...
[server] update readme
4 years ago
dependabot[bot]
72002024e2
Bump moment from 2.29.3 to 2.29.4 in /demos/speech_web/web_client
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Hui Zhang
74245cc115
add streaming tts scripts
4 years ago
TianYuan
6c297c57dc
Update README_cn.md
4 years ago
lym0302
e0719c551c
update readme, test=doc
4 years ago
Hui Zhang
caaa5cd502
more cli for speech demos
4 years ago
Hui Zhang
e81849277e
att cache for streaming asr
4 years ago
lym0302
d66d6a05c7
Merge branch 'develop' of https://github.com/lym0302/PaddleSpeech into develop
4 years ago
iftaken
822a4e6127
use paddle web for streaming asr
4 years ago
Hui Zhang
dadd9b9836
fix demo, test=doc
4 years ago
iftaken
eb2a7a6b2a
update speech_web by new engine
4 years ago
YangZhou
ec759094ad
Merge pull request #2063 from KPatr1ck/kws_cli
...
[CLI][Demo] Add kws cli and demo.
4 years ago
KP
b230dfbdec
Add kws cli and demo.
4 years ago
dependabot[bot]
5a6159810b
Bump numpy from 1.21.0 to 1.22.0 in /demos/audio_searching
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Hui Zhang
e04cd18846
Merge pull request #2050 from zh794390558/onnx_quant
...
[speechx] ds2 wenetspeech onnx quant
4 years ago
Hui Zhang
54a777055a
Merge pull request #2039 from iftaken/dev-hym
...
[demo] speech web demo
4 years ago
Hui Zhang
2a455fa630
fix rtf bug
4 years ago
iftaken
63ad046979
del dead link
4 years ago
Hui Zhang
3cf1f1f0b5
support onnx quantize
4 years ago
Jackwaterveg
6dfe7273e6
Merge pull request #2045 from zh794390558/wenetspeech_onnx
...
[server] ds2 wenetspeech to onnx and support streaming asr server
4 years ago
iftaken
80adf54a10
remove error url for paddlepaddle
4 years ago
huangyuxin
c552c0877f
fix ds2 server config
4 years ago
Hui Zhang
d21e6d8adb
fix window ms config
4 years ago
Hui Zhang
59a78f2a46
ds2 wenetspeech to onnx and support streaming asr server
4 years ago
huangyuxin
704b5f8bc4
fix win len in ds2 server
4 years ago
iftaken
357b177232
rename readme and fixed conflict
4 years ago
iftaken
30d43045fb
update demo show png
4 years ago
iftaken
2b6fab33e9
rm TTS.vue
4 years ago
iftaken
729fe6a096
rename speech_web
4 years ago
iftaken
e68f1ce6f5
add speech web demo
4 years ago
Hui Zhang
5e03d753ac
add ds2 steaming asr onnx
4 years ago
Hui Zhang
9106daa2a3
code format
4 years ago
Hui Zhang
3cee7db021
onnx ds2 straming asr
4 years ago
Hui Zhang
c8574c7e35
ds2 inference as sepearte engine for streaming asr
4 years ago
Hui Zhang
b9e3e49305
refactor stream asr and fix ds2 stream bug
4 years ago
Jackwaterveg
bca014fd92
Merge pull request #2032 from PaddlePaddle/audio_refactoring
...
[audio] Audio refactoring
4 years ago
KP
bf056c013d
Refactor paddleaudio to paddlespeech.audio
4 years ago
Jackwaterveg
05fd9a0e2c
Merge pull request #2019 from Jackwaterveg/develop_dev
...
[Server] update reademe, add conf file, updata test_cli
4 years ago
huangyuxin
06c9eee339
update reademe, add conf file, updata test_cli
4 years ago
Hui Zhang
1f5f34a815
Merge pull request #2016 from Jackwaterveg/develop_dev
...
[ASR] Support editing num_decode_left_chunks in cli and server
4 years ago
Hui Zhang
262f42d49f
do not reset result for web ws api
4 years ago
huangyuxin
6ebe476532
support editing num_decode_left_chunks in cli and server
4 years ago
Hui Zhang
69a6da4c16
ctc endpoint work
4 years ago
Hui Zhang
8f9b7bba48
refactor asr online server
4 years ago
lym0302
90b7f88eb5
fix hifigan pad value
4 years ago
liangym
919c8d0607
Merge branch 'PaddlePaddle:develop' into update_engine
4 years ago
Hui Zhang
693cd5792e
fix speech ws example, test=doc
4 years ago
liangym
4a11257dcb
Merge branch 'develop' into update_engine
4 years ago
lym0302
d48c4d686a
update engine, test=doc
4 years ago
r
be70016edb
Improve readability
4 years ago
KP
49dadc8044
Update usage and doc of cli executor.
4 years ago
Hui Zhang
6f7917b7f2
fix streaming asr
4 years ago