Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simpleapples/chatgpt-translator
A translation desktop app based on Electron and ChatGPT.
https://github.com/simpleapples/chatgpt-translator
chatgpt electron gui javascript openai openai-api react translation typescript
Last synced: about 2 months ago
JSON representation
A translation desktop app based on Electron and ChatGPT.
- Host: GitHub
- URL: https://github.com/simpleapples/chatgpt-translator
- Owner: simpleapples
- Created: 2023-03-05T00:08:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T23:47:37.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T08:19:21.997Z (5 months ago)
- Topics: chatgpt, electron, gui, javascript, openai, openai-api, react, translation, typescript
- Language: TypeScript
- Homepage:
- Size: 6.65 MB
- Stars: 142
- Watchers: 3
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-chatgpt-api - ChatGPT Translator
README
ChatGPT Translator is an open-source desktop app that allows you to translate text using GPT language model. The logo is generated by Midjourney, this README is partly generated by ChatGPT## Screenshot
Left one is the ChatGPT Translator, Right one is the DeepL.
## Features
- No need to specify source language, automatically detected by ChatGPT.
- Support multiple languages translation
- Support custom shortcut keys
- Support macOS, Windows, Linux
- Support custom API domain## Installation
1. Clone the repository to your local machine.
```
git clone https://github.com/simpleapples/chatgpt-translator.git
```2. Navigate to the repository directory.
```
cd chatgpt-translator
```3. Install dependencies.
```
npm i
```4. Build and package.
```
npm run build
npm run package
```## Contributing
Contributions to ChatGPT Translator are welcome! If you find a bug or have a feature request, please open an issue on GitHub. If you want to contribute code, please fork the repository and create a pull request.