The express server calls the Clarifai api to get the co-ordinates for the boxes, this needs to be moved to the app so that the app can call Clarifai independantly as Firebase won't forward the calls anymore.
Acceptance Criteria:
Move the call to Clarifai from the express server to the App
When a user clicks the button to scan the image, the app will call the Clarifai api directly.
Description:
The express server calls the Clarifai api to get the co-ordinates for the boxes, this needs to be moved to the app so that the app can call Clarifai independantly as Firebase won't forward the calls anymore.
Acceptance Criteria: