This is the Ionic app for a Watson Visual Recognition API which connects to a Node Backend.
The backend can be found at https://github.com/incorelabs/watson-visual-recognition-node-backend
-
You could just download the repository by clicking the Green Button on this Page.
OR
-
You could clone the repository using Git Commands.
git clone https://github.com/incorelabs/watson-visual-recognition-ionic-app.git
-
Have an initial setup of Node.js and Ionic already installed.
-
After opening the directory in any "Terminal" or "Command Prompt", use the Node Command to install dependencies.
npm install
Note: It is assumed that you have node, ionic and cordova installed perfectly. Have a device(Android/iOS) connected before running these commands.
-
To install dependencies and run the app on Android
ionic cordova run android
-
To install dependencies and run the app on iOS
ionic cordova run ios