Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-05T12:54:34.000Z (24 days ago)
- Last Synced: 2025-01-20T20:57:19.251Z (9 days 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
cdpip install -r requirements/base.txt
cp env.example .env
fastapi run app/main.py
```