Skip to content

Commit d5a2b14

Browse files
committed
changes for topcoder challenge
1 parent baba586 commit d5a2b14

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
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
44

5-
Give it a try! Click the button below to fork into IBM DevOps Services and deploy your own copy of this application on Bluemix.
6-
7-
[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/watson-developer-cloud/visual-recognition-nodejs)
8-
95
## Getting Started
106

117
1. Create a Bluemix Account

app.js

-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ app.post('/', function(req, res) {
8383

8484
var port = process.env.VCAP_APP_PORT || 3000;
8585
app.listen(port);
86-
console.log('listening at:', port);

views/index.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ block row-content
99
input.image-radio(type='radio', id='image1', name='images', value='someImage')
1010
label(for='image1').col-lg-2.col-xs-2.img-container.image
1111
div.overlay
12-
img(src='images/horses.jpg')
12+
img(src='< ADD COMPLETE IMAGE URL HERE>')
1313
input.image-radio(type='radio', id='image2', name='images', value='someImage')
1414
label(for='image2').col-lg-2.col-xs-2.img-container.image
1515
div.overlay
@@ -82,4 +82,4 @@ block row-content
8282
h4.empty-text
8383
div.col-lg-12.col-xs-12
8484
table.data
85-
div.well.row.status.text-center(style='display:none;')
85+
div.well.row.status.text-center(style='display:none;')

views/layout.jade

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ html(lang='en')
2020
div.col-lg-12
2121
div.row.top-nav
2222
div.col-lg-12
23-
h3.heading.left IBM
23+
h3.heading.left IBM
2424
span Watson Developer Cloud
2525
| : Demo
2626
a.right(href='http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/visual-recognition/') Documentation
@@ -33,10 +33,6 @@ html(lang='en')
3333
p The Visual Recognition service analyzes images, enabling
3434
| you to understand their content without any accompanying descriptive text.
3535
a.learn-more(href='http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/visual-recognition.html') More about this service
36-
div.col-lg-4.col-xs-4.build-your-own
37-
h3 Build your own:
38-
a.left.fork(href='https://bluemix.net/deploy?repository=https://github.com/watson-developer-cloud/visual-recognition-nodejs.git') Fork and Deploy on Bluemix
39-
a.right.fork(href='https://github.com/watson-developer-cloud/visual-recognition-nodejs') Fork on Github
4036
block row-content
4137

4238
script(type='text/javascript', src='/js/jquery-1.11.1.min.js')

0 commit comments

Comments
 (0)