Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxgfr/visual-recognition-ionic
- Owner: maxgfr
- Created: 2018-04-24T09:31:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:31.000Z (9 months ago)
- Last Synced: 2024-04-15T07:22:39.462Z (7 months ago)
- Topics: api, camera, ibm, ibm-bluemix, ibm-cloud, ibm-ionic, ibm-visual-recognition, ibm-watson, ionic-camera, ionic-native, ionic3, json, visual-recognition
- Language: TypeScript
- Homepage:
- Size: 5.6 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.MD
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 :