Skip to content

Commit

Permalink
chore: update and reorder apps list
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Ly <contact@edward.ly>
  • Loading branch information
edward-ly committed Oct 3, 2024
1 parent d55cd69 commit 84203db
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions APPS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
## List of Nextcloud ExApps using AppAPI:

| Name | Language | Type | Description | Link |
|------------------------|----------|-------------|------------------------------|------------------------------------------------------------------|
| summary_bot | Python | application | Summary Bot | [GitHub](https://github.com/nextcloud/summary_bot) |
| talk_bot_ai | Python | application | Assistant Talk Bot | [GitHub](https://github.com/cloud-py-api/talk_bot_ai) |
| to_gif_example | Python | application | Simple Files API demo | [GitHub](https://github.com/cloud-py-api/to_gif_example) |
| upscaler_example | Python | application | Image upscaler demo | [GitHub](https://github.com/cloud-py-api/upscaler_example) |
| file_to_text_example | Go | application | Optical image recognition | [GitHub](https://github.com/cloud-py-api/file_to_text_example) |
| ai_image_generator_bot | Python | application | Stable Diffusion Talk Bot | [GitHub](https://github.com/cloud-py-api/ai_image_generator_bot) |
| nc_py_api | Python | library | Python library for Nextcloud | [GitHub](https://github.com/cloud-py-api/nc_py_api) |

| Name | Language | Type | Description | Link |
|----------------------|----------|-------------|------------------------------|----------------------------------------------------------------|
| flow | Python | application | Nextcloud Flow Engine | [GitHub](https://github.com/cloud-py-api/flow) |
| llm2 | Python | application | Local Large Language Model | [GitHub](https://github.com/nextcloud/llm2) |
| stt_whisper2 | Python | application | Local Whisper Speech-To-Text | [GitHub](https://github.com/nextcloud/stt_whisper2) |
| summary_bot | Python | application | Summary Bot | [GitHub](https://github.com/nextcloud/summary_bot) |
| talk_bot_ai | Python | application | Assistant Talk Bot | [GitHub](https://github.com/cloud-py-api/talk_bot_ai) |
| translate2 | Python | application | Local Machine Translation | [GitHub](https://github.com/nextcloud/translate2) |
| visionatrix | Python | application | Scalable AI Provider | [GitHub](https://github.com/cloud-py-api/visionatrix) |
| file_to_text_example | Go | application | Optical image recognition | [GitHub](https://github.com/cloud-py-api/file_to_text_example) |
| to_gif_example | Python | application | Simple Files API demo | [GitHub](https://github.com/cloud-py-api/to_gif_example) |
| upscaler_example | Python | application | Image upscaler demo | [GitHub](https://github.com/cloud-py-api/upscaler_example) |
| nc_py_api | Python | library | Python library for Nextcloud | [GitHub](https://github.com/cloud-py-api/nc_py_api) |

_If you wish to develop an application or library, we will gladly help and assist you._

0 comments on commit 84203db

Please sign in to comment.