/google-assistant

Google assistant for Raspberry with Sense Hat and I2C Screen

Primary LanguagePythonMIT LicenseMIT

Google Assistant

Google assistant for Raspberry with Sense Hat and I2C Screen

Install

cd ~
git clone https://github.com/mpi3d/google-assistant.git
sudo chmod +x ~/google-assistant/scripts/audio-config.sh
sudo ~/google-assistant/scripts/audio-config.sh

Follow the instructions here to configure the project and account settings. Then follow this guide to register the device and get the secret client_secret{???}.json file.

Place the client_secret{???}.json file in the directory ~/. DO NOT RENAME IT

Then complete ~/google-assistant/src/settings.yaml with your preferences.

sudo chmod +x ~/google-assistant/scripts/google-assistant-installer-pi3.sh
sudo  ~/google-assistant/scripts/google-assistant-installer-pi3.sh

Run

~/env/bin/python -u ~/google-assistant/src/main.py

Start at boot

sudo chmod +x ~/google-assistant/scripts/service-installer.sh
sudo ~/google-assistant/scripts/service-installer.sh
sudo systemctl enable google-assistant-ok-google.service
sudo systemctl start google-assistant-ok-google.service

More information on GassistPi