You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IBM Watson [Visual Recognition][service_url] service analyzes the visual content of images and videos to understand the scene without any input text describing
4
4
5
5
## Getting Started
6
6
7
7
1. Create a Bluemix Account
8
8
9
-
[Sign up][sign_up] in Bluemix, or use an existing account. Watson Services in Beta are free to use.
9
+
[Follow these instruction](http://topcoder.mybluemix.net/signup) to sign up for a new IBM Buemix account, or use an existing account. Watson Services in Beta are free to use.
10
10
11
-
2. Download and install the [Cloud-foundry CLI][cloud_foundry] tool
11
+
2. Download and install the [Cloud-foundry CLI](https://github.com/cloudfoundry/cli#downloads) tools
12
12
13
13
3. Edit the `manifest.yml` file and change the `<application-name>` to something unique.
14
14
```none
@@ -41,7 +41,7 @@ applications:
41
41
See the full [Getting Started][getting_started] documentation for more details, including code snippets and references.
42
42
43
43
## Running locally
44
-
The application uses [Node.js](http://nodejs.org) and [npm](https://www.npmjs.com) so you will have to download and install them as part of the steps below.
44
+
The application uses [Node.js](http://nodejs.org) and [npm](https://www.npmjs.com) so it assumes you already have it installed. If not, use the above link to install node and npm.
45
45
46
46
1. Copy the credentials from your `visual-recognition-service` service in Bluemix to `app.js`, you can see the credentials using:
47
47
@@ -67,14 +67,12 @@ See the full [Getting Started][getting_started] documentation for more details,
67
67
}
68
68
```
69
69
70
-
You need to copy `username`, `password`and `url`.
70
+
You need to copy `username`and `password`.
71
71
72
-
2. Install [Node.js](http://nodejs.org/)
73
-
3. Go to the project folder in a terminal and run:
72
+
2. Go to the project folder in a terminal and run:
74
73
`npm install`
75
-
4. Start the application
76
-
5. `node app.js`
77
-
6. Go to `http://localhost:3000`
74
+
3. Start the application with `node app.js`
75
+
4. Open `http://localhost:3000`
78
76
79
77
## Troubleshooting
80
78
@@ -87,15 +85,3 @@ To troubleshoot your Bluemix app the main useful source of information are the l
87
85
## License
88
86
89
87
This sample code is licensed under Apache 2.0. Full license text is available in [LICENSE](LICENSE).
90
-
91
-
## Contributing
92
-
93
-
See [CONTRIBUTING](CONTRIBUTING.md).
94
-
95
-
## Open Source @ IBM
96
-
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
0 commit comments