No description
Find a file
Anupam Kumar 1ff0b98b6c
2.3.0 (#83)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-11-21 18:08:49 +05:30
.github fix: use the HEAD commit timestamp instead of 0 in docker build 2025-07-09 22:43:55 +05:30
appinfo 2.3.0 (#83) 2025-11-21 18:08:49 +05:30
lib feat: load the model once and keep it loaded (#82) 2025-11-07 18:41:45 +05:30
LICENSES feat: added HaRP support (Nextcloud 32+) 2025-04-29 09:20:50 +03:00
models initial commit 2024-02-13 17:03:00 +01:00
.gitignore docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
.nextcloudignore docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate (#64) 2025-10-06 10:53:43 +02:00
AUTHORS.md docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
CHANGELOG.md 2.3.0 (#83) 2025-11-21 18:08:49 +05:30
config.json [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-10-28 08:00:24 +00:00
Dockerfile feat: added HaRP support (Nextcloud 32+) 2025-04-29 09:20:50 +03:00
healthcheck.sh feat: added HaRP support (Nextcloud 32+) 2025-04-29 09:20:50 +03:00
krankerl.toml docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
languages.json feat: madlad model support with ctranslate2 (#3) 2024-08-05 12:50:37 +05:30
LICENSE initial commit 2024-02-13 17:03:00 +01:00
Makefile docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
pyproject.toml docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
README.md chore: update app description in info.xml and readme (#81) 2025-11-07 18:19:33 +05:30
requirements.dev.txt ci: add pyright static analysis 2025-04-07 19:12:36 +05:30
requirements.in.txt feat: Implement support for taskprocessing trigger event 2025-10-28 09:00:07 +01:00
requirements.txt feat: Implement support for taskprocessing trigger event 2025-10-28 09:00:07 +01:00
REUSE.toml add requirements.dev.txt to REUSE.toml 2025-04-07 19:14:41 +05:30
start.sh feat: added HaRP support (Nextcloud 32+) 2025-04-29 09:20:50 +03:00

Nextcloud Local Machine Translation

REUSE status

The translate2 app provides machine translation functionality in Nextcloud and acts as a translation backend for the Nextcloud Assistant app. It runs only open weights models and does so entirely on-premises.

The app currently supports 400+ languages. See the complete list here: https://huggingface.co/datasets/allenai/MADLAD-400

Requires AppAPI to work.

For installation steps and other details, see https://docs.nextcloud.com/server/latest/admin_manual/ai/app_translate2.html