Skip to content

Commit fe91384

Browse files
author
remi Taylor
committed
Restore README for Cloud Vision sample
1 parent 3f29487 commit fe91384

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

vision/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
2+
3+
# Google Cloud Vision API Ruby Samples
4+
5+
The [Cloud Vision API][vision_docs] allows developers to easily integrate vision
6+
detection features within applications, including image labeling, face and
7+
landmark detection, optical character recognition (OCR), and tagging of explicit
8+
content.
9+
10+
[vision_docs]: https://cloud.google.com/vision/docs/
11+
12+
## Run sample
13+
14+
To run the sample, first install dependencies:
15+
16+
bundle install
17+
18+
Run the sample:
19+
20+
bundle exec ruby vision_samples.rb
21+
22+
Usage:
23+
24+
Usage: ruby vision_samples.rb ...
25+
26+
Example:
27+
28+
...

0 commit comments

Comments
 (0)