Skip to content

Commit

Permalink
adjusted links after repositories transfer
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Oct 16, 2024
1 parent f26b1b4 commit e481cd5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions APPS.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## List of Nextcloud ExApps using AppAPI:

| Name | Language | Description | Link |
|----------------------|----------|------------------------------|----------------------------------------------------------------|
| flow | Python | Nextcloud Flow Engine | [GitHub](https://github.com/cloud-py-api/flow) |
| llm2 | Python | Local Large Language Model | [GitHub](https://github.com/nextcloud/llm2) |
| stt_whisper2 | Python | Local Whisper Speech-To-Text | [GitHub](https://github.com/nextcloud/stt_whisper2) |
| summary_bot | Python | Summary Bot | [GitHub](https://github.com/nextcloud/summary_bot) |
| talk_bot_ai | Python | Assistant Talk Bot | [GitHub](https://github.com/cloud-py-api/talk_bot_ai) |
| translate2 | Python | Local Machine Translation | [GitHub](https://github.com/nextcloud/translate2) |
| visionatrix | Python | Scalable AI Provider | [GitHub](https://github.com/cloud-py-api/visionatrix) |
| Name | Language | Description | Link |
|--------------|----------|------------------------------|-------------------------------------------------------|
| flow | Python | Nextcloud Flow Engine | [GitHub](https://github.com/nextcloud/flow) |
| llm2 | Python | Local Large Language Model | [GitHub](https://github.com/nextcloud/llm2) |
| stt_whisper2 | Python | Local Whisper Speech-To-Text | [GitHub](https://github.com/nextcloud/stt_whisper2) |
| summary_bot | Python | Summary Bot | [GitHub](https://github.com/nextcloud/summary_bot) |
| talk_bot_ai | Python | Assistant Talk Bot | [GitHub](https://github.com/nextcloud/talk_bot_ai) |
| translate2 | Python | Local Machine Translation | [GitHub](https://github.com/nextcloud/translate2) |
| visionatrix | Python | Scalable AI Provider | [GitHub](https://github.com/cloud-py-api/visionatrix) |

## Example ExApps:

| Name | Language | Description | Link |
|----------------------|----------|------------------------------|----------------------------------------------------------------|
| file_to_text_example | Go | Optical image recognition | [GitHub](https://github.com/cloud-py-api/file_to_text_example) |
| to_gif_example | Python | Simple Files API demo | [GitHub](https://github.com/cloud-py-api/to_gif_example) |
| upscaler_example | Python | Image upscaler demo | [GitHub](https://github.com/cloud-py-api/upscaler_example) |
| Name | Language | Description | Link |
|----------------------|----------|---------------------------|-------------------------------------------------------------|
| file_to_text_example | Go | Optical image recognition | [GitHub](https://github.com/nextcloud/file_to_text_example) |
| to_gif_example | Python | Simple Files API demo | [GitHub](https://github.com/nextcloud/to_gif_example) |
| upscaler_example | Python | Image upscaler demo | [GitHub](https://github.com/cloud-py-api/upscaler_example) |

## Wrapper Libraries for ExApps:

Expand Down

0 comments on commit e481cd5

Please sign in to comment.