No description
  • Python 65%
  • Makefile 14.8%
  • Shell 10.2%
  • Dockerfile 10%
Find a file
Anupam Kumar 714921b937
2.3.2 (#93)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2026-04-16 13:40:20 +00:00
.github fix: use the HEAD commit timestamp instead of 0 in docker build 2025-07-09 22:43:55 +05:30
appinfo 2.3.2 (#93) 2026-04-16 13:40:20 +00:00
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 (#74) 2026-04-06 17:20:16 +05:30
AUTHORS.md docs(reuse): Add SPDX header 2024-12-03 17:41:59 +01:00
CHANGELOG.md 2.3.2 (#93) 2026-04-16 13:40:20 +00:00
changelog.yaml 2.3.2 (#93) 2026-04-16 13:40:20 +00:00
config.json fix: adjust inference params to limit small input repetition (#85) 2026-04-06 15:39:34 +05:30
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