Giter Club home page Giter Club logo

google-assistant-desktop-client's Introduction

Google Assistant for Desktop

Google Assistant for Desktop is an cross-platform assistant powered by the Google Assistant SDK, it has support for the official HTML5 screen output.

Screenshot of Google Assistant Desktop Client

Features

  • Google Assistant SDK v1alpha2
  • 'Transparent' HTML5 screen output overlay
  • Develop your own commands, trigger ask(question) // Promise or say(query) functions to let the assistant do whatever you want.
  • Build in basic Spotify Web API support as a demo.

Shortcut

Since hotword integration is not included yet, I've included a shortcut that triggers the assistant:

  • Windows: Ctrl+Alt+A
  • Mac OS: Control+Option+A

You'll hear a sound when you can start speaking almost instantly.

NOTE

This assistant desktop app is made for developers and hackers alike who like to play around with the SDK's and software. It will probably never be released as a stand-alone app that you can download since Google will probably never give us production API keys for a desktop client.

TODO

  • Update README configuration steps for key generation and creating basic commands yourself.

Configuration

There's a couple of things that need to be done in order to run this application properly.

First of all you need your own Google Cloud account, since the Google Assistant SDK is still in alpha, google allows only 500 api calls everyday, the trial version will suffice since the Google Assistant SDK is still in alpha.

Follow the steps on this page; https://developers.google.com/assistant/sdk/guides/library/python/embed/config-dev-project-and-account

After you've got your client_secret_.json file rename it to client_secret.json and put it in the src/renderer folder.

Build Setup

# install dependencies
npm install (--target=2.0.0 --runtime=electron)

# serve with hot reload at localhost:9080
npm start # OR npm run hot

# build electron application for production
# This is might not work properly yet for some platforms.
npm run build

Used Libraries / Boilerplates


google-assistant-desktop-client's People

Contributors

itswendell avatar tankerkiller125 avatar

Watchers

James Cloos avatar Andrew Kidoo avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.