文件最后提交记录最后更新时间
Fix typos in multiple files (#4032) 1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
Fix typos (#4021) * Fix * Fix * Fix1 年前
[demo] u2++ asr deployment demo (#2639) * add u2 deployment demo * update rtf * update doc * fix doc, test=doc * fix doc, test=doc3 年前
remvoe duplicate line (#4158)2 个月前
Fix typos in multiple files (#4032) 1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
Fix (#3981) 1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
Fix typos in multiple files (#4032) 1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
Bump lodash from 4.17.21 to 4.17.23 in /demos/speech_web/web_client (#4150) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>3 个月前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
Remove duplicate keys in asr cfg (#4159) * remove duplicate keys in asr cfg * fix more cfg in ppspeech2 个月前
Fix typos in multiple files (#4032) 1 年前
Fix typos (#4021) * Fix * Fix * Fix1 年前
【doc】fix download link case abnormal traffic (#4020) * fix download link case abnormal traffic * fix code style1 年前
Fix typos in multiple files (#4032) 1 年前
add whisper doc. (#4115) 8 个月前
Update README.md (#3532) Fixed a typo2 年前
add all whisper model size support, test=asr (#2677) * add all whisper model size support * add choices in parser.3 年前
README.md

Speech Application based on PaddleSpeech

(简体中文|English)

This directory contains many speech applications in multiple scenarios.

  • audio searching - mass audio similarity retrieval
  • audio tagging - multi-label tagging of an audio file
  • automatic_video_subtitles - generate subtitles from a video
  • metaverse - 2D AR with TTS
  • punctuation_restoration - restore punctuation from raw text
  • speech recognition - recognize text of an audio file
  • speech server - Server for Speech Task, e.g. ASR,TTS,CLS
  • streaming asr server - receive audio stream from websocket, and recognize to transcript.
  • streaming tts server - receive text from http or websocket, and streaming audio data stream.
  • speech translation - end to end speech translation
  • story talker - book reader based on OCR and TTS
  • style_fs2 - multi style control for FastSpeech2 model
  • text_to_speech - convert text into speech
  • self supervised pretraining - speech feature extraction and speech recognition based on wav2vec2
  • Whisper - speech recognize and translate based on Whisper model