张春乔
d5b0020e9a
Fix missing ’ ( #3869 )
12 hours ago
zxcd
4be005858b
【DOC】fix demos bug ( #3830 )
...
* fix demos
* fix test
2 months ago
zxcd
d615fc33de
【ASR】fix acs demo ( #3826 )
...
* fix demo acs
* fix
3 months ago
satani99
2147d3b565
Update README.md ( #3532 )
...
Fixed a typo
8 months ago
skyboooox
fc74b065c2
Update ge2e_clone.py ( #3517 )
...
修复在windows上的多空格错误
1 year ago
jiamingkong
8432e8626f
Final cleaning; Modified SSL/infer.py and README for wavlm inclusion in model options
1 year ago
guanyc
5f53e902e1
fix: 🐛 修复服务端 python ASREngine 无法使用conformer_talcs模型 ( #3230 )
...
* fix: 🐛 fix python ASREngine not pass codeswitch
* docs: 📝 Update Docs
* 修改模型判断方式
1 year ago
TianHao Zhang
12e3e76092
[ASR] Support Hubert, fintuned on the librispeech dataset ( #3088 )
...
* librispeech hubert, test=asr
* librispeech hubert, test=asr
* hubert decode
* review
* copyright, notes, example related
* hubert cli
* pre-commit format
* fix conflicts
* fix conflicts
* doc related
* doc and train config
* librispeech.py
* support hubert cli
2 years ago
Shuangchi He
8c7859d3bc
Fix some typos. ( #3178 )
...
Signed-off-by: Yulv-git <yulvchi@qq.com>
2 years ago
Hui Zhang
35d874c532
[s2t] mv dataset into paddlespeech.dataset ( #3183 )
...
* mv dataset into paddlespeech.dataset
* add aidatatang
* fix import
2 years ago
twoDogy
c0cc850776
add function for generating srt file ( #3123 )
...
* add function for generating srt file
在原来websocket_client.py的基础上,增加了由wav或mp3格式的音频文件生成对应srt格式字幕文件的功能
* add function for generating srt file
在原来websocket_client.py的基础上,增加了由wav或mp3格式的音频文件生成对应srt格式字幕文件的功能
* keep origin websocket_client.py
恢复原本的websocket_client.py文件
* add generating subtitle function into README
* add generate subtitle funciton into README
* add subtitle generation function
* add subtitle generation function
2 years ago
zxcd
ca575bdda3
[Doc] change define asr server config to chunk asr config, test=doc ( #3067 )
...
* Update README.md
* Update README_cn.md
2 years ago
TianYuan
5270fda5bf
[docs]update readme ( #3043 )
2 years ago
TianYuan
1aa7495dab
[TTS]Add license and reformat for TTSCppFrontend ( #3030 )
2 years ago
老虎会游泳
34f2995bcf
[TTS][Paddle-Lite] Add Chinese C++ TTS Frontend, let TTS Arm Linux demo support the synthesis of arbitrary Chinese sentences ( #3018 )
...
* [TTS] add a TTS CPP frontend demo
2 years ago
TianYuan
c78b0acfa8
Update README.md
2 years ago
TianYuan
6d4914bf92
Update README.md
2 years ago
TianYuan
45252e7f08
Update README.md
2 years ago
TianYuan
dfbfb253f1
Update README.md
2 years ago
老虎会游泳
cac96ac9e2
[TTS][Paddle-Lite]add a TTS demo for ARM Linux ( #2991 )
2 years ago
JiehangXie
59cabdc967
[TTS]Cli Cantonese onnx, test=tts ( #2990 )
...
Co-authored-by: TianYuan <white-sky@qq.com>
2 years ago
TianYuan
44a33b3d24
Update README_cn.md
2 years ago
TianYuan
320b277d2d
Update README_cn.md
2 years ago
TianYuan
6c1e4a5c9f
Update README.md
2 years ago
liangym
d9b041e999
[TTS]Cli male onnx ( #2945 )
2 years ago
TianYuan
6b00ad6064
[Install]clean dependencies ( #2871 )
...
* clean dependencies
* update paddleaudio's version
* rm dependency in librosa and paddlenlp
* rm dependency in paddlepaddle
* rm dependency in speech_web
2 years ago
zxcd
88fe26f17c
[ASR] add asr code-switch cli and demo, test='asr' ( #2816 )
...
* add asr code-switch cli and demo.
* fix some model named problem.
2 years ago
Hui Zhang
6f927d55db
onnx ds2 need onnxruntime>=1.11.0 ( #2728 )
2 years ago
TianYuan
e0a5c0f7de
[TTS]add TTSAndroid demo ( #2703 )
...
* add TTSAndroid demo
2 years ago
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
2 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
2 years ago
zxcd
b71f1428c7
add all whisper model size support, test=asr ( #2677 )
...
* add all whisper model size support
* add choices in parser.
2 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
2 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
2 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
2 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
2 years ago
Ming
0b5af77494
fixed ENIRE-SAT => ERNIE-SAT,test=doc ( #2533 )
...
* fixed ENIRE-SAT => ERNIE-SAT,test=doc
* fixed ERNIE,test=doc
2 years ago
tianhao zhang
e367242765
update dependency of paddle
2 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)
2 years ago
tianhao zhang
5bbe6e9897
support u2pp cli and server, optimiz code of u2pp decode, test=asr
2 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
2 years ago
liangym
8636096484
[tts] Update finetune ( #2430 )
...
* update finetune, test=tts
2 years ago
TianYuan
861dc2a9b7
Update README.md
2 years ago
TianYuan
ac34fbbe27
Update README.md
2 years ago
TianYuan
2512bc5210
Update README.md
2 years ago
TianYuan
40156d8ad5
Update README.md
2 years ago
TianYuan
8d25b1f844
Update README.md
2 years ago
iftaken
512f20d0bf
fixed get_cmd and use MAIN_ROOT in ge2e
2 years ago
iftaken
6a575218fa
fix TDNN to ECAPA-TDNN,text=doc
2 years ago
iftaken
e9db93def7
rename finetune yaml name
2 years ago