Salman Faris
Published © Apache-2.0

GooglePi - Google Assistant on Raspberry Pi

A DIY Google Home using your Raspberry Pi.

IntermediateFull instructions provided2 hours122,571
GooglePi - Google Assistant on Raspberry Pi

Things used in this project

Story

Read more

Code

install Google Assistant SDK

BatchFile
python -m googlesamples.assistant.auth_helpers --client-secrets /home/pi/Downloads/xxx 

python virtual environment

BatchFile
Sudo apt-get install python3-dev python3-venv

Dependencies

BatchFile
Sudo apt-get install portaudio19-dev libffi-dev libssl-dev

Setup Python3

BatchFile
python3 -m venv env
env/bin/pip install setuptools --upgrade
source env/bin/activate 

Credits

Salman Faris

Salman Faris

26 projects • 406 followers
Maker | Hardware Hacker | Electronics Enthusiast

Comments