Tagger
A separate tagger service can be deployed as part of the Share Me stack to run object detection on all uploaded files.
It can be added to the Compose stack like so:
Once the tagger has been deployed, it can be configured on the server by setting the TAGGER_HOST
environment variable:
Running Tagging Manually
The tagger exposes one API route, which detects objects and adds them to the tagsSuggestions
attribute of a file item:
The endpoint will return a HTTP 202 Accepted
response and run the tagging async. The UI will reflect the suggestions if any are available.