Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.21 KB

README.MD

File metadata and controls

30 lines (21 loc) · 1.21 KB

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 :