TheFlyer1983 / facerecognitionbrain_vue

A Vue app of the React App facerecognitionbrain
https://smart-brain-pl.netlify.app/
1 stars 0 forks source link

Migrate the Clarifai API call to the app #90

Closed TheFlyer1983 closed 2 years ago

TheFlyer1983 commented 2 years ago

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:

TheFlyer1983 commented 2 years ago

Merged to Dev.