Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/visual-recognition-ionic

Ionic application which uses IBM Visual Recongition API
https://github.com/maxgfr/visual-recognition-ionic

api camera ibm ibm-bluemix ibm-cloud ibm-ionic ibm-visual-recognition ibm-watson ionic-camera ionic-native ionic3 json visual-recognition

Last synced: 7 days ago
JSON representation

Ionic application which uses IBM Visual Recongition API

Awesome Lists containing this project

README

        

# visual-recognition-ionic

1. The user uploads an image from the camera of his device to the [Node JS Server](https://github.com/maxgfr/visual-recognition-server/).

2. Then, the [Node JS Server](https://github.com/maxgfr/visual-recognition-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](https://github.com/maxgfr/visual-recognition-ionic/blob/master/screen/screen4.png)

## Application :