Skip to content

Commit

Permalink
Added "Open in Cloud Shell" buttons to README files [(#1254)](#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored and danoscarmike committed Sep 30, 2020
1 parent ca6ff75 commit 807e5b7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
21 changes: 15 additions & 6 deletions videointelligence/samples/analyze/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Google Cloud Video Intelligence API Python Samples
===============================================================================

.. image:: https://gstatic.com/cloudssh/images/open-btn.png
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=video/cloud-client/analyze/README.rst


This directory contains samples for Google Cloud Video Intelligence API. `Google Cloud Video Intelligence API`_ allows developers to easily integrate feature detection in video.


Expand Down Expand Up @@ -54,6 +58,10 @@ Samples
analyze
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. image:: https://gstatic.com/cloudssh/images/open-btn.png
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=video/cloud-client/analyze/analyze.py;video/cloud-client/analyze/README.rst




To run this sample:
Expand All @@ -63,32 +71,33 @@ To run this sample:
$ python analyze.py
usage: analyze.py [-h] {faces,labels,labels_file,explicit_content,shots} ...
This application demonstrates face detection, label detection,
explicit content, and shot change detection using the Google Cloud API.
Usage Examples:
python analyze.py faces gs://demomaker/google_gmail.mp4
python analyze.py labels gs://cloud-ml-sandbox/video/chicago.mp4
python analyze.py labels_file resources/cat.mp4
python analyze.py shots gs://demomaker/gbikes_dinosaur.mp4
python analyze.py explicit_content gs://demomaker/gbikes_dinosaur.mp4
positional arguments:
{faces,labels,labels_file,explicit_content,shots}
faces Detects faces given a GCS path.
labels Detects labels given a GCS path.
labels_file Detects labels given a file path.
labels_file Detect labels given a file path.
explicit_content Detects explicit content from the GCS path to a video.
shots Detects camera shot changes.
optional arguments:
-h, --help show this help message and exit
The client library
-------------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions videointelligence/samples/analyze/README.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ samples:
show_help: True

cloud_client_library: true

folder: video/cloud-client/analyze
5 changes: 5 additions & 0 deletions videointelligence/samples/analyze/resources/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Resources folder for local files

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=video/cloud-client/analyze/resources/README.md

Copy from Google Cloud Storage to this folder for testing video analysis
of local files. For `cat.mp4` used in the usage example, run the following
`gcloud` command.
Expand Down

0 comments on commit 807e5b7

Please sign in to comment.