
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
- Appwrite realtime stopped working all of...
In our production environment, Appwrite Realtime suddenly stopped working and no updates are coming through , can you confirm if there are any known issues?
- Create platform and can not connect ping
I created a new platform but when I cloned the source, I didn't see the lib/... folder, only env. Then I created a .env file and added those files, then pinged ...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
