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

可以实现语音识别之后翻译吗? #1

Open
AllofLife opened this issue Oct 26, 2024 · 1 comment
Open

可以实现语音识别之后翻译吗? #1

AllofLife opened this issue Oct 26, 2024 · 1 comment

Comments

@AllofLife
Copy link

想实现打开tiktok网站后刷英文短视频,实时翻译为中文字幕的功能。这个可以吗?

@Relsoul
Copy link
Owner

Relsoul commented Oct 31, 2024

可以是可以,目前官方模型自带了翻译任务,不过我体验了一下 效果不太好,比较理想的方案是

  1. 识别出文本 -> 带20%上下文 -> llm翻译 不过这样做对算力的要求比较高 退而其次大概是
  2. 识别出文本 -> 带20%上下文 -> 翻译api(online or offline)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants