Skip to content

Instantly share code, notes, and snippets.

@cobookman
cobookman / README.md
Last active November 25, 2021 14:26
Speech API + Tornado + Python3 + WSS

How to setup this PoC. In this example we'll be using user credentials vs service accounts.

  1. Create a GCP Project. For example let's call it tivo-test

  2. In the cloud console, open VPC Network->Firewall Rules. Firewall Rule

  3. Enable the speech API. (Follow steps in slides)

  4. Create a VM in the GCP project running Ubuntu.

  5. SSH into the vm and run the following commands: