No description
Find a file
Marcel Klehr fb40d49280
Merge pull request #40 from nextcloud/feat/watermarking
feat: Add AI watermark metadata comment
2025-12-04 15:08:32 +01:00
.github chore: Upgrade python in CI 2025-11-26 13:18:31 +01:00
.run Update dependencies and add nextcloud 33 support 2025-10-17 11:33:02 -04:00
appinfo Prepare 1.3.0 2025-12-01 11:21:29 -05:00
ex_app/lib fix: Only add metadata if we are asked to includeWatermark 2025-12-03 15:05:17 +01:00
.gitattributes Initial commit 2025-04-04 15:24:01 -04:00
.gitignore Initial commit 2025-04-04 15:24:01 -04:00
.nextcloudignore Initial commit 2025-04-04 15:24:01 -04:00
.pre-commit-config.yaml Initial commit 2025-04-04 15:24:01 -04:00
CHANGELOG.md Prepare 1.3.0 2025-12-01 11:21:29 -05:00
Dockerfile First commit 2025-04-05 17:20:54 -04:00
healthcheck.sh Initial commit 2025-04-04 15:24:01 -04:00
krankerl.toml Initial commit 2025-04-04 15:24:01 -04:00
LICENSE Update license to agpl 2025-05-07 15:51:58 -04:00
Makefile Prepare 1.3.0 2025-12-01 11:21:29 -05:00
pyproject.toml chore: pylint style less strict 2025-10-27 10:00:04 -04:00
README.md fix: typo in readme 2025-06-20 08:23:11 -04:00
requirements.txt feat: Add AI watermark metadata comment 2025-11-26 13:13:42 +01:00
start.sh First commit 2025-04-05 17:20:54 -04:00

Nextcloud Kokoro Text2Speech App

An exapp that converts text to speech using Kokoro. This is a very lightweight model that supports languages such as English, Japanese, Mandarin, Spanish, Hindi, Italian, and Brazilian Portuguese.

Kokoro Text2Speech is a Nextcloud app that provides an AI capable of converting text to speech using various voices and languages.

This app is built on top of the Kokoro AI model.

Ethical AI Rating

Rating: 🟡

Positive:

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

Negative:

  • The training data isn't freely available, making it not possible to check or correct for bias or optimise the performance and CO2 usage.

Running outside of Docker

Make sure to use python 3.12.