I was referring to what Robert did here, so the steps would look like:
1/Creating a helper table with a single row, adding user-specific columns for storing the image and the “editable” AI value, and one computed column for your AI operation.
2/In your native form, add a custom collection and point it to the row above, follow Robert’s suggestion. Add other components as needed.
If you don’t need any other info apart from the image and its AI value, just follow the normal procedures of creating a custom form.