Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加困难模式安装PaddleSpeech的Dockerfile #2127

Merged
merged 4 commits into from
Jul 11, 2022

Conversation

buchongyu2
Copy link
Contributor

@buchongyu2 buchongyu2 commented Jul 11, 2022

PR types

Others

PR changes

Others

Describe

PaddleSpeech 安装有三种安装模式,困难模式安装需要在 ubuntu 系统上进行安装,Centos 系统下为了能够使用困难模式下的效果,可通过将 PaddleSpeech构建成 Docker 镜像的方式来进行使用,方便快速上手,减少环境安装消耗的时间。
构建完成镜像后,在本地已完成测试:语音合成、语音识别、声音分类、声纹识别、标点回复、后处理等均模型。

@mergify mergify bot added the Docker label Jul 11, 2022
@yt605155624 yt605155624 requested a review from SmileGoat July 11, 2022 03:04
@yt605155624 yt605155624 added this to the r1.1.0 milestone Jul 11, 2022
@buchongyu2
Copy link
Contributor Author

buchongyu2 commented Jul 11, 2022

做了paddlespeech、paddlespeech_server、paddlespeech_client 的测试,都pass:
测试方法参考文档,如:
paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav
paddlespeech text --task punc --input 今天的天气真不错啊你下午有空吗我想约你一起去吃饭
addlespeech asr --lang zh --input output.wav

Copy link
Collaborator

@zh794390558 zh794390558 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zh794390558 zh794390558 merged commit bfc44f7 into PaddlePaddle:develop Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants