FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests