https://github.com/incorelabs/watson-visual-recognition-ionic-app
This is the Ionic app for a Watson Visual Recognition API which connects to a Node Backend.
https://github.com/incorelabs/watson-visual-recognition-ionic-app
angular ionic ionic2 watson-visual-recognition
Last synced: 12 months ago
JSON representation
This is the Ionic app for a Watson Visual Recognition API which connects to a Node Backend.
- Host: GitHub
- URL: https://github.com/incorelabs/watson-visual-recognition-ionic-app
- Owner: incorelabs
- Created: 2017-12-23T03:09:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T04:28:06.000Z (over 8 years ago)
- Last Synced: 2024-04-15T15:56:26.342Z (almost 2 years ago)
- Topics: angular, ionic, ionic2, watson-visual-recognition
- Language: TypeScript
- Size: 1.86 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watson-visual-recognition-ionic-app
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
## Step 1: Getting the Repository
1. You could just download the repository by clicking the Green Button on this Page.
**OR**
2. You could clone the repository using Git Commands.
`git clone https://github.com/incorelabs/watson-visual-recognition-ionic-app.git`
## Step 2: Install the NPM Packages
1. Have an initial setup of Node.js and Ionic already installed.
2. After opening the directory in any "Terminal" or "Command Prompt", use the Node Command to install dependencies.
`npm install`
## Step 3: Installing Cordova Dependencies and Running the App
**Note:** It is assumed that you have node, ionic and cordova installed perfectly. Have a device(Android/iOS) connected before running these commands.
1. To install dependencies and run the app on Android
`ionic cordova run android`
2. To install dependencies and run the app on iOS
`ionic cordova run ios`