No description
  • PHP 54.9%
  • JavaScript 26.7%
  • Vue 14%
  • Makefile 4.4%
Find a file
Nextcloud bot 29e7e61139
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-07 01:20:50 +00:00
.github chore: Add lint workflows 2026-04-13 15:38:26 +02:00
.tx
appinfo v5.0.3 2026-04-08 10:56:15 +02:00
img
l10n fix(l10n): Update translations from Transifex 2026-06-07 01:20:50 +00:00
lib
src chore: lint:fix 2026-04-13 15:41:20 +02:00
templates
tests
vendor-bin chore: update deps 2026-04-08 10:28:47 +02:00
.eslintrc.cjs chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
.gitignore
.l10nignore
.nextcloudignore chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md v5.0.3 2026-04-08 10:56:15 +02:00
composer.json
composer.lock chore: update deps 2026-04-08 10:28:47 +02:00
COPYING
krankerl.toml
makefile fix: makefile to include build 2026-04-08 10:21:52 +02:00
package-lock.json chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
package.json chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
psalm-baseline.xml
psalm.xml
README.md
scoper.inc.php
stylelint.config.js
webpack.js chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00

Replicate integration in Nextcloud

This app adds:

  • A SpeechToText provider using Whisper
  • A Text processing provider
  • An Image generation provider

⚠️ The smart pickers have been removed from this app as they are now included in the Assistant app.

Ethical AI Rating

Speech-to-Text Rating: 🟡

Positive:

  • The software for training and inference of this model is open source
  • The trained model is freely available, and thus can be run on-premises

Negative:

  • The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the models performance and CO2 usage.

Text processing Rating

The rating depends on the model you select to use.

Image generation Rating

The rating depends on the model you select to use.

Learn more about the Nextcloud Ethical AI Rating in our blog.

🔧 Configuration

Admin settings

There is a "Artificial intelligence" admin settings section to set your Replicate API key.