This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New tutorial: Creating Real-time Translation Overlays #1391
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Syncing latest changes to fork
Syncing fork with upstream
updating fork to origin master
sync master
Sync upstream
Catch up upstream
Merging from upstream
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
kingman
reviewed
Aug 10, 2020
Pushed update, which resolves the review comments |
Pushed update which resolves the second batch of PR review comments |
Hi @ToddKopriva, I have reviewed the tutorial content and added some minor comments which Markku has fixed. So from my side this is a LGTM. Best, |
Now that the technical review is done, I can begin the editorial and production review. There are some other items in the queue ahead of this, so I estimate that I'll begin the review on Friday. |
ToddKopriva
approved these changes
Aug 25, 2020
xiangshen-dk
pushed a commit
to xiangshen-dk/community
that referenced
this pull request
Jan 24, 2022
…tform#1391) * ar-subs tutorial initial release * resolved PR review comments * resolved second batch of review comments * updating image links and frontmatter * beginning edit * commit partway through edit * committing another batch of edits * edit pass through "Install additional operating system packages" * first edit pass up to "Test pygame with an HDMI display" * finished first editing pass * final proofread and cleanup Co-authored-by: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This tutorial demonstrates the real-time speech-to-text transcribing and translation functionality of the Cloud Media Translation API. The display method demonstrated is to overlay the translations as subtitles on top of a live video feed, using a video mixer and a luminance, or luma keyer. Additionally, as a fun example, the translated dialog can be projected onto surfaces as live subtitles, using a projector. In effect, creating Augmented Reality (AR) translations.
This is a companion tutorial for the Google Cloud - Level Up YouTube episode: https://youtu.be/DvZRm-cqE7s