/google-assistant-pi

Google Assistant on RaspberryPi 3

Primary LanguagePython

Google Assistant for Raspberry Pi 3

Demo

https://user-images.githubusercontent.com/17570265/30750609-e0fc4792-9ff1-11e7-93f8-cfdba1c9d7dc.png

Prerequisites

Pin Assignment

PIN Device
+3V3  
GND  
GPIO 17 Tact switch
GPIO 22 Red LED

./pin-assignment.png

Setup

  • Install Python 3 on RaspberryPi3

    sudo apt-get update
    sudo apt-get install python3 python3-pip python3-venv
    
  • Create a new virtual environment (recommended):

    python3 -m venv env
    env/bin/python -m pip install --upgrade pip setuptools
    source env/bin/activate
    
  • Install the sample dependencies using pip_:

    pip install --upgrade -r requirements.txt
    
  • Run the script:

    python3 pi-assistant.py