Your own translation API
Go to file
ale 836233aba2
All checks were successful
continuous-integration/drone/push Build is passing
build-arm64
2024-10-08 14:43:26 +02:00
LibreTranslate@e112461632 build-arm64 2024-10-08 12:03:24 +02:00
libretranslate-api initial commit 2024-04-18 17:42:52 +02:00
.drone.yml build-arm64 2024-10-08 14:43:26 +02:00
.gitlab-ci.yml Dockerfiles path 2024-07-05 14:28:13 +02:00
.gitmodules initial commit 2024-04-18 17:42:52 +02:00
docker-compose.yml with_models=true 2024-10-07 13:19:53 +02:00
README.md build-arm64 2024-10-08 13:17:28 +02:00

LibreTranslate API

Your own translation API

Install

$ git clone --recurse-submodules https://git.manalejandro.com/ale/libretranslate-api
$ cd libretranslate-api/
$ docker compose pull libretranslate-api
$ docker compose build libretranslate

Run

$ docker compose up -d

Usage

$ curl "http://libretranslate-api:5080/?target=es&text=help"

Latest docker images amd64 or latest, and arm64

Pull from manalejandro registry:

$ docker pull registry.manalejandro.com/libretranslate-api
$ docker pull registry.manalejandro.com/libretranslate-api:amd64
or
$ docker pull registry.manalejandro.com/libretranslate-api:arm64

License

MIT