
I’m trying to get a handle on the ‘Functions’ feature in Appwrite. I have a Python repository on GitHub that performs image processing, and I want to integrate this with my React Native app. Specifically, I’d like to add a button in the app that triggers the image processing via Appwrite’s ‘Functions’. The idea is to send an image to Appwrite, process it, and then receive the enhanced image or segmentation results back.
Is this possible with Appwrite Functions? I’ve been following a tutorial, but it mainly covers sending and receiving text or JSON files. I haven’t found any examples related to sending and receiving images. Any guidance or examples would be greatly appreciated!
Recommended threads
- Expo react native error
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'PlatformConstants' could not be found. Verify that a module by this name is registered in the nativ...
- Appwrite Error: 401 Unauthorized on getC...
Hi everyone, I'm getting an error while trying to fetch the current user using Appwrite in my React project. Here's the error log: auth.js:41 GET https://fra....
- Profile Image from storage not showing (...
I am uploading a photo during register, and it is also being uploaded to appwrite storage . But in my profile screen it is showing black screen. I am attaching ...
