https://github.com/edison7500/open-llm-translator
A translation engine based on llm
https://github.com/edison7500/open-llm-translator
fastapi ollama python3 translate
Last synced: about 1 year ago
JSON representation
A translation engine based on llm
- Host: GitHub
- URL: https://github.com/edison7500/open-llm-translator
- Owner: edison7500
- Created: 2024-12-29T12:09:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-28T12:17:34.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:27:04.555Z (about 1 year ago)
- Topics: fastapi, ollama, python3, translate
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open LLM Translator
- [x] support Google translate
- [x] support Ollama
- [x] support Deepl (need api key)
- [x] support Cloudflare (need account id & api key)
- [ ] support OpenAI
## Technologies
- 🐍 Python
- ⚡️ Fastapi
- 🦙 Ollama
## Install
```.shell
git clone https://github.com/edison7500/open-llm-tranlator.git
cd
pip install -r requirements/base.txt
cp env.example .env
fastapi run app/main.py
```