Skip to content

Commit

Permalink
docs: Vision AutoML samples (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirupa-kumar authored and JustinBeckwith committed Sep 27, 2018
1 parent 624f891 commit b22e0c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-vision/.cloud-repo-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"file": "detect.v1p1beta1.js",
"docs_link": "https://cloud.google.com/vision/docs",
"usage": "node detect.v1p1beta1.js --help"
},
{
"id": "detect.v1p1beta1.js",
"name": "Detection samples for Beta API",
"file": ".automl/automlVisionDataset.js",
"docs_link": "https://cloud.google.com/vision/docs",
"usage": "node automlVisionDataset.js --help"
}
]
}
2 changes: 2 additions & 0 deletions packages/google-cloud-vision/samples/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
rules:
no-console: off


7 changes: 6 additions & 1 deletion packages/google-cloud-vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
"test": "ava -T 1m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/vision": "^0.22.1",

"@google-cloud/automl": "^0.1.1",
"@google-cloud/vision": "^0.22.0",
"async": "^2.6.1",
"mathjs": "^5.0.4",
"natural": "^0.6.1",
"redis": "^2.8.0",
"yargs": "^12.0.0"
Expand All @@ -22,6 +25,8 @@
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"@google-cloud/storage": "^2.0.0",
"ava": "^0.25.0",
"proxyquire": "^2.0.1",
"sinon": "^6.0.1",
"uuid": "^3.2.1"
},
"optionalDependencies": {
Expand Down

0 comments on commit b22e0c9

Please sign in to comment.