Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couriourc/opentranslatorextension
an extension
https://github.com/couriourc/opentranslatorextension
browser-extension openai translator wxt
Last synced: about 1 month ago
JSON representation
an extension
- Host: GitHub
- URL: https://github.com/couriourc/opentranslatorextension
- Owner: couriourc
- License: mit
- Created: 2024-04-11T05:41:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-28T05:31:53.000Z (8 months ago)
- Last Synced: 2024-04-28T15:24:41.019Z (8 months ago)
- Topics: browser-extension, openai, translator, wxt
- Language: TypeScript
- Homepage:
- Size: 2.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAiTranslator
> 考虑到快速MVP,目前关掉了cz以及基本的 husky 限定
[//]: # (![post]())
## :sparkles: 功能点
- [x] Streaming mode is supported!
- [x] It allows users to customize their translation text.
- [x] One-click copying
- [x] Supports both OpenAI and Azure OpenAI Service at the same time
- [ ] Our tool allows for mutual translation, polishing and summarization across 55 different languages.
- [ ] It offers three modes: translation, polishing and summarization.
- [ ] Text-to-Speech (TTS)
- [ ] Support screenshot translation
- [ ] Support for vocabulary books, as well as support for generating memory aids based on the words in the vocabulary
books## :rocket: 部署引擎
```sh
docker run -d -p 8080:8080 -p 1337:1337 -p 7900:7900 --shm-size="2g" -v ${PWD}/hardir:/app/hardir hlohaus789/g4f:latest
```## :camera_flash: 快照
![弹出配置页面](docs/snapshot/popup.png)
![划词选中](docs/snapshot/thumb.png)
![翻译中](docs/snapshot/translating.png)
![配置页面以及主页部分](docs/snapshot/options.png)