examples icon indicating copy to clipboard operation
examples copied to clipboard

Function examples for open-runtimes

Results 123 examples issues
Sort by recently updated
recently updated
newest added

## What does this PR do? This PR adds the "deepgramLanguageDetection" function to openruntime Kotlin library as per the requirement of the issue ## Related PRs and Issues https://github.com/appwrite/appwrite/issues/4472. ##...

# Feat 4122: Add compressImage function in Python ## Checklist: - [x] Ask to be assigned to the issue. - [X] Implement function compressImage() in Python/ folder. - [X] Manually...

Co-authored by @jamesrcramos & @softTam ## What does this PR do? This PR adds a new Kotlin cloud function, called sendMessage(), to the Open Runtimes Examples repository. **The features will...

### Example of execution in cloud appwrite: ![image](https://github.com/open-runtimes/examples/assets/56036762/27b4187c-a552-4ccb-a27a-7fb762fc228a) ### Example of execution locally in docker ![image](https://github.com/open-runtimes/examples/assets/56036762/7e39512c-80f9-449b-b79a-af23928f36b3) (API key has been deleted already)

Including a picture that shows the Discord message type works. relates to appwrite/appwrite#3959

There is a one minor typo error.

Screenshot showing successful function execution when called from Dart code. ![send_http_function_screenshot](https://github.com/open-runtimes/examples/assets/17024368/df9d600a-3842-46c6-96ca-156bfc40c14b) (Key has been deleted) Closes https://github.com/appwrite/appwrite/issues/4173

A PHP cloud function to detect topics from audio using [deepgram api](https://developers.deepgram.com/documentation/). Closes https://github.com/appwrite/appwrite/issues/4456

Attached working screenshots - 1. Google as provider ![Screenshot 2023-04-02 at 1 38 27 AM](https://user-images.githubusercontent.com/34646825/229312978-5d636f27-1c6e-4bd5-adef-c2e2a21bd0ef.png) 2. AWS as provider ![Screenshot 2023-04-02 at 1 39 45 AM](https://user-images.githubusercontent.com/34646825/229312979-1c48e197-d002-46a7-8054-4ea4a9b95af1.png) 3. Azure as provider...

I have write this function in response of the issue listed in appwrite https://github.com/appwrite/appwrite/issues/3954