2
[DISCUSSION] New AI/ML functionalities
Source: appwrite/appwrite#3215 · opened by @monatis
Hi, I want to contribute to Appwrite with a separate container for AI/ML functionalities. It will be served as a web API just like other services, and it might be tightly integrated with them, e.g. storage API to process images. Possible functionalities might include: - Nudity detection in images, - General purpose object detection, - Face detection, - Sentiment classification in texts, and other suggestions are welcome. In image understanding APIs, I'm thinking of accepting images as base64-encoded strings in the JSON payloads of POST requests. So, a sample request might be as in the following: One advantage of this approach over multipart/form-data, we can also accept image URLs instead of base64-encoded image data with the same schema as in the following: For Appwrite, we can also accept a file id uploaded through storage API. Please leave your comments to help respond to more needs and use cases with a short learning curve. What might be other…
No pledges yet. Be the first to back this.
Comments
Similar requests
Single project importation and exportation
1 vote · 0 comments
[Discussion] Which OAuth providers need more configuration?
1 vote · 0 comments
Syntax for filtering documents
4 votes · 0 comments
Custom abuse limits
13 votes · 0 comments
Give entities custom IDs (collections, documents, functions, etc)
4 votes · 0 comments
No comments yet.