All Projects → ItsWendell → Google Assistant Desktop Client

ItsWendell / Google Assistant Desktop Client

A Cross-Platform client for Google Assistant, written in NodeJS / Electron.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Google Assistant Desktop Client

Pic Gather
[ Closed ] 🎨 image collector, which supports custom acquisition source configuration and is compatible with MacOS and Windows operating systems.
Stars: ✭ 842 (+632.17%)
Mutual labels:  electron-vue
My Electron Vue
electron-vue体验
Stars: ✭ 67 (-41.74%)
Mutual labels:  electron-vue
Weibopicdownloader
一个使用Electron-Vue编写的免登录下载微博图片的桌面爬虫应用
Stars: ✭ 96 (-16.52%)
Mutual labels:  electron-vue
Clinet
Official repository for Clinet, a Discord bot intended for assistance and control within your guilds.
Stars: ✭ 28 (-75.65%)
Mutual labels:  google-assistant
Google Assistant Java Demo
A simple Google Assistant Client in Java
Stars: ✭ 53 (-53.91%)
Mutual labels:  google-assistant
Laibot Client
开源人工智能,基于开源软硬件构建语音对话机器人、智能音箱……人机对话、自然交互,来宝拥有无限可能。特别说明,来宝运行于Python 3!
Stars: ✭ 81 (-29.57%)
Mutual labels:  google-assistant
D2 Admin Electron Vue
基于electron-vue构建的桌面版d2-admin(simple)示例
Stars: ✭ 19 (-83.48%)
Mutual labels:  electron-vue
Vue Twitter Client
Twitter client created with Vue.js + Electron
Stars: ✭ 103 (-10.43%)
Mutual labels:  electron-vue
Mwave
A Music Player that can show audio waveform
Stars: ✭ 62 (-46.09%)
Mutual labels:  electron-vue
Jovo Framework
🔈 The Open Source Voice Layer: Build Voice Experiences for Alexa, Google Assistant, Samsung Bixby, Web Apps, and much more
Stars: ✭ 1,320 (+1047.83%)
Mutual labels:  google-assistant
Androidthings Googleassistant
Integrate Google Assistant into Android Things
Stars: ✭ 28 (-75.65%)
Mutual labels:  google-assistant
Awesome Actions On Google
A collection of useful things regarding Actions on Google.
Stars: ✭ 52 (-54.78%)
Mutual labels:  google-assistant
App Store Tailwind
Mojave App Store Rebuild with Tailwind CSS, Electron and Vue
Stars: ✭ 82 (-28.7%)
Mutual labels:  electron-vue
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+692.17%)
Mutual labels:  google-assistant
Assistantjs
TypeScript framework to build cross-platform voice applications (alexa, google home, ...).
Stars: ✭ 100 (-13.04%)
Mutual labels:  google-assistant
Cocomusic
a simple music player built by electron and vue
Stars: ✭ 937 (+714.78%)
Mutual labels:  electron-vue
Mic hat
2 Mic Array for Raspberry Pi
Stars: ✭ 69 (-40%)
Mutual labels:  google-assistant
Pomotroid
🍅 Simple and visually-pleasing Pomodoro timer
Stars: ✭ 2,028 (+1663.48%)
Mutual labels:  electron-vue
Flow Dashboard
A goal, task & habit tracker + personal dashboard to focus on what matters
Stars: ✭ 1,379 (+1099.13%)
Mutual labels:  google-assistant
Google Assistant Ruby
A ruby gem for creating Google Assistant actions
Stars: ✭ 89 (-22.61%)
Mutual labels:  google-assistant

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_<client-id>.json file rename it to client_secret.json and put it in the src/renderer folder.

Build Setup

# install dependencies
npm install # Install dev mode
npm start #

Used Libraries / Boilerplates


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].