Airport SelfServiceDesk demo, to demonstrate how microphone streaming to GCP works, from a web application.
In this demo, you can start recording your voice, it will display answers on a screen.
By Lee Boonstra, Developer Advocate @ Google Cloud.
These steps will deploy a Node JS application with a Angular client, to a cluster with Cloud Run for Anthos. It will also deploy a Dialogflow Agent, for intent matching.
- Create the following project, and assign billing accounts to it:
- selfservicedesk
-
Set the PROJECT_ID variable: export PROJECT_ID=[gcp-project-id]
-
Make sure
$PROJECT_ID
is set:gcloud config set project $PROJECT_ID
-
(Optional) Fix the environment variables. First
nano env.txt
thenmv env.txt .env
-
To start installation:
. setup.sh