1

I'm running the Google Assistant SDK on RPi 3B.
To trigger the Assistant, I've set up a Python script that detects an input.
I have painfully little knowledge over Python, and have no clue how to trigger the Assistant from this script.

Can anyone help me with this?

Digiton
  • 39
  • 1
  • 2

1 Answers1

0

You can use the Python OS function:

import os

os.system('/home/pi/env/bin/./python /home/pi/env/bin/google-assistant-demo')
Leo Takacs
  • 11
  • 2