Has anyone implemented this on the Udoo X86 yet? Here's the video: Overview The Google Assistant SDK lets you add hotword detection, voice control, natural language understanding and Google’s smarts to your devices. Your device captures an utterance (a spoken audio request, such as What's on my calendar?), sends it to the Google Assistant, and receives a spoken audio response in addition to the raw text of the utterance. SDK components The SDK provides two options for integrating the Assistant into your device: the Google Assistant library, and the Google Assistant gRPC API. Google Assistant library for Python The Google Assistant library for Python is a turnkey solution for anyone who wants to quickly integrate the Assistant into a prototype device. The library is written in Python and is supported on devices with linux-armv7l and linux-x86_64 architectures (like the Raspberry Pi 3 B and Ubuntu desktops). The library exposes a high level, event-based API that is easy to extend. It provides the following features out of the box: Hands-free activation - activate your device by saying Hey Google or Ok Google, just like with Google Home! Audio capture and playback Conversation state management Timer and alarm management
You can follow their tutorial on github https://github.com/alexa-pi/AlexaPi/wiki/Installation or follow this video