Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@

[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/translate2)](https://api.reuse.software/info/github.com/nextcloud/translate2)

The *translate2* app provides machine translation functionality in Nextcloud and acts as a translation backend for the [Nextcloud Assistant app](https://apps.nextcloud.com/apps/assistant).
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`](https://github.com/cloud-py-api/app_api) to work.**

For installation steps and other details, see https://docs.nextcloud.com/server/latest/admin_manual/ai/app_translate2.html
5 changes: 5 additions & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<summary>Local Machine Translation</summary>
<description>
<![CDATA[
The *translate2* app provides machine translation functionality in Nextcloud and acts as a translation backend for the [Nextcloud Assistant app](https://apps.nextcloud.com/apps/assistant).
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`](https://github.com/cloud-py-api/app_api) to work.**

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