zxcd
1e3e186c18
add whisper doc. ( #4115 )
3 days ago
zxcd
d369b9cfe5
【ASR】add chunk conformer model for tal_cs dataset. ( #4110 )
...
* add chunk conformer model for tal_cs dataset.
* add doc
3 weeks ago
dependabot[bot]
7e4502f00f
Bump @babel/runtime in /demos/speech_web/web_client ( #4031 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.17.9 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
co63oc
f2b4b947a7
Fix typos in multiple files ( #4032 )
5 months ago
zxcd
fc4f8c344f
remove useless requirement. ( #4029 )
5 months ago
co63oc
c2dc4dae2d
Fix typos ( #4021 )
...
* Fix
* Fix
* Fix
6 months ago
zxcd
05cdbd8d5e
【doc】fix download link case abnormal traffic ( #4020 )
...
* fix download link case abnormal traffic
* fix code style
6 months ago
dependabot[bot]
f54df909d0
Bump axios from 0.26.1 to 1.8.2 in /demos/speech_web/web_client ( #4001 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.26.1 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v1.8.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
co63oc
c74a6be998
Fix ( #3981 )
7 months ago
yinfan98
5b3612f273
【Hackathon 7th】fix whisper at Paddle 3.0 ( #3880 )
...
* fix whisper at Paddle 3.0
* fix whisper at Paddle 3.0
* fix whisper at Paddle 3.0
* fix lint
* fix
* fix whisper ci
* Update TTSCppFrontend
* Update utils
* Update steps
* Update utils
* Update __init__.py
* Update whisper.py
* Update utils
* Update utils
9 months ago
张春乔
d5b0020e9a
Fix missing ’ ( #3869 )
10 months ago
zxcd
4be005858b
【DOC】fix demos bug ( #3830 )
...
* fix demos
* fix test
1 year ago
zxcd
d615fc33de
【ASR】fix acs demo ( #3826 )
...
* fix demo acs
* fix
1 year ago
satani99
2147d3b565
Update README.md ( #3532 )
...
Fixed a typo
2 years ago
skyboooox
fc74b065c2
Update ge2e_clone.py ( #3517 )
...
修复在windows上的多空格错误
2 years ago
jiamingkong
8432e8626f
Final cleaning; Modified SSL/infer.py and README for wavlm inclusion in model options
2 years ago
guanyc
5f53e902e1
fix: 🐛 修复服务端 python ASREngine 无法使用conformer_talcs模型 ( #3230 )
...
* fix: 🐛 fix python ASREngine not pass codeswitch
* docs: 📝 Update Docs
* 修改模型判断方式
2 years 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 )
3 years ago
TianYuan
1aa7495dab
[TTS]Add license and reformat for TTSCppFrontend ( #3030 )
3 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
3 years ago
TianYuan
c78b0acfa8
Update README.md
3 years ago
TianYuan
6d4914bf92
Update README.md
3 years ago
TianYuan
45252e7f08
Update README.md
3 years ago
TianYuan
dfbfb253f1
Update README.md
3 years ago
老虎会游泳
cac96ac9e2
[TTS][Paddle-Lite]add a TTS demo for ARM Linux ( #2991 )
3 years ago
JiehangXie
59cabdc967
[TTS]Cli Cantonese onnx, test=tts ( #2990 )
...
Co-authored-by: TianYuan <white-sky@qq.com>
3 years ago
TianYuan
44a33b3d24
Update README_cn.md
3 years ago
TianYuan
320b277d2d
Update README_cn.md
3 years ago
TianYuan
6c1e4a5c9f
Update README.md
3 years ago
liangym
d9b041e999
[TTS]Cli male onnx ( #2945 )
3 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
3 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.
3 years ago
Hui Zhang
6f927d55db
onnx ds2 need onnxruntime>=1.11.0 ( #2728 )
3 years ago
TianYuan
e0a5c0f7de
[TTS]add TTSAndroid demo ( #2703 )
...
* add TTSAndroid demo
3 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
3 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
3 years ago
zxcd
b71f1428c7
add all whisper model size support, test=asr ( #2677 )
...
* add all whisper model size support
* add choices in parser.
3 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
3 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
3 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
3 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
3 years ago
Ming
0b5af77494
fixed ENIRE-SAT => ERNIE-SAT,test=doc ( #2533 )
...
* fixed ENIRE-SAT => ERNIE-SAT,test=doc
* fixed ERNIE,test=doc
3 years ago
tianhao zhang
e367242765
update dependency of paddle
3 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)
3 years ago
tianhao zhang
5bbe6e9897
support u2pp cli and server, optimiz code of u2pp decode, test=asr
3 years ago