-
The user uploads an image from the camera of his device to the Node JS Server.
-
Then, the Node JS Server uses IBM Visual Recognition API to send a JSON Response to the Ionic Application.
-
The Ionic Application displays to the user the confidence and the class of the image from the previous JSON Response.
npm install -g ionic cordova git clone https://github.com/maxgfr/visual-recognition-ionic.git cd visual-recognition-ionic ionic platform add android ionic cordova build android ionic cordova run android