Skip to content

louiswilliams/assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Assistant SDK Implementation

TODO: Come up with a better name for this project

This is a basic implementation of the Google Assistant SDK for a Raspberry PI 3. It starts a Flask web server and the Google Assistant SDK, which sends events to a front-end UI for display purposes.

Setup Notes

The Google SDK Credentials must be created following this guide. This script looks for the credentials in $HOME/.config/google-oauthlib-tool/credentials.json but a custom location can be specified by passing a different location to start_assistant.

This script depends on following the Python virtualenv setup directions here for Python 2. As well as the additional pip packages:

  • gevent (Use this over eventlet, which I haven't gotten to work with multithreading)
  • gevent-websocket

About

My Google Assistant SDK Implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published