Skip to content

Conversation

@swapnilmmane
Copy link
Contributor

Changes

Whenever a user upload a file in File manager, a background task will trigger, this will give the AI image URL and generate tags and once we have the tag, the UI will be updated with websocket

Implement background task to automatically tag uploaded images using AI. The task sends real-time progress and tagging updates to active user connections via WebSockets.

How Has This Been Tested?

Manually

Whenever a user upload a file in File manager, a background task will trigger,
this will give the AI image URL and generate tags and once we have the tag,
the UI will be updated with websocket

Implement background task to automatically tag uploaded
images using AI. The task sends real-time progress and tagging updates to
active user connections via WebSockets.
Enable AI image tagging only when WEBINY_API_AI_IMAGE_TAGGING is set to true.
Conditionally register the background task and context plugin that triggers
image tagging on file upload. When disabled, only the core File Manager context
plugin is registered, avoiding unnecessary task setup and execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants