为什么要选择 DeepL 翻译?
DeepL 被誉为全世界最精准的机器翻译,比最接近他们的竞争对手准确三倍以上
看看 DeepL 和 微软翻译 的对比 👇👇
三句英文:
Walking on eggshells during the software update.
Wang's VR game is a rollercoaster of emotions.
Caught between a rock and a hard drive with this coding dilemma
DeepL | 微软翻译 |
---|---|
在软件更新时提心吊胆 | 在软件更新期间在蛋壳上行走 |
Wang 的 VR 游戏让人的情绪如过山车般起伏不定 | Wang的VR游戏是情绪的过山车 |
编码难题让我左右为难 | 夹在岩石和硬盘驱动器之间,陷入这种编码困境 |
翻译大PK 🏆
注意: 如果你没有科学上网,谷歌翻译是无法使用的, OpenAl
和Azure翻译
需要设置秘钥
什么是DeepLX
DeepLX 是一个开源项目,它基于 DeepL 免费服务,将其转换为本地 API,提供给第三方程序使用,如浏览器插件: 沉浸式翻译
说人话就是: DeepL可以免费使用,但有限制,使用DeepLX可以无限制的调用DeepL API来翻译
你可能会问: 我直接使用DeepL不就行了,为什么要搞DeepLX, 因为DeepL服务器部署在海外,国内连接阻力大, DeepL的付费版不支持国内银行卡购买,而免费版又受到严格限制,
部署DeepLX
项目: https://github.com/OwO-Network/DeepLX
官网: https://deeplx.owo.network/
文档: https://deeplx.owo.network/install/
Docker部署
docker run -itd -p 1188:1188 ghcr.io/owo-network/deeplx:latest
或者
docker run -itd -p 1188:1188 missuo/deeplx:latest
脚本部署
bash <(curl -Ls https://raw.githubusercontent.com/OwO-Network/DeepLX/main/install.sh)
或者
bash <(curl -Ls https://owo.nz/deeplx)
腾讯云函数部署
文档: https://juejin.cn/post/7342697016181047296
https://github.com/LegendLeo/deeplx-serverless
如何使用
安装浏览器插件
插件地址: https://immersivetranslate.com/
打开开发者模式
选择DeepLX(Beta)
URL 中填入自己搭建的服务 URL,例如: http://8.8.8.8:1188/translate
8.8.8.8
是你服务器ip地址