-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Edward Ly <[email protected]> Signed-off-by: Alexander Piskun <[email protected]> Co-authored-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
## List of the Nextcloud ExApps, using AppAPI: | ||
|
||
| Name | Language | Type | Description | Link | | ||
|------------------------|----------|-------------|------------------------------|------------------------------------------------------------------| | ||
| SummarAI | Python | application | Talk chat summarize bot | [GitHub](https://github.com/nextcloud/sumupbot) | | ||
| talk_bot_ai_example | Python | application | Talk Bot demonstration | [GitHub](https://github.com/cloud-py-api/talk_bot_ai_example) | | ||
| to_gif_example | Python | application | Simple FileAction API demo | [GitHub](https://github.com/cloud-py-api/to_gif_example) | | ||
| upscaler_example | Python | application | Image UpScaler demonstration | [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) | | ||
## List of Nextcloud ExApps using AppAPI: | ||
|
||
| 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/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: | ||
|
||
| Name | Language | Description | Link | | ||
|----------------------|----------|------------------------------|----------------------------------------------------------------| | ||
| nc_py_api | Python | 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._ |