Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDocker alternative for dialogflow

If you have trouble installing dialogflow locally, you can also try to start the component using docker. Make sure redis is not running anywhere else, and in the framework folder use

Code Block
docker compose up dialogflow

Getting a key

To create the Google Cloud Dialogflow ES platform service account credential, perform the following steps:

...

In the Google Cloud Platform console, create a new project and then create a service account for the project. 

...

Grant the following roles to the service account:

  • Dialogflow API Client

  • Dialogflow API Reader

...

If you don’t already have a key, check out Getting a google dialogflow key

If everything went right, you should have have a your_dialogflow_key.json with similar content:

...

titleJson key content

...

Transcribing the audio

Alright! Now that we have everything set up we can start transcribing the audio.

...

And the transcript should be stored in transcript.txt!