Google assistant for Raspberry with Sense Hat and I2C Screen
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.shFollow 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~/env/bin/python -u ~/google-assistant/src/main.pysudo 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