Skip to content

maxgfr/visual-recognition-ionic

Repository files navigation

visual-recognition-ionic

  1. The user uploads an image from the camera of his device to the Node JS Server.

  2. Then, the Node JS Server uses IBM Visual Recognition API to send a JSON Response to the Ionic Application.

  3. The Ionic Application displays to the user the confidence and the class of the image from the previous JSON Response.

Run the project

 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 

Global Architecture

alt text

Application :

Releases

No releases published

Packages

No packages published