AI-generated Key Takeaways
-
The Google Assistant Library for Python is deprecated and the Google Assistant Service should be used instead.
-
This library offers a turnkey solution for integrating the Assistant into projects, particularly on hardware like the Raspberry Pi 3.
-
Developers can embed the Assistant by following a series of setup steps, including hardware configuration, audio testing, and device registration.
-
The library can be extended to include Device Actions, enabling custom commands and interactions.
The Google Assistant Library for Python is a turnkey solution for anyone who wants to quickly integrate the Assistant into a project. The library is written in Python and is supported on popular hardware such as the Raspberry Pi 3.
Get started
Once you have your hardware, read on to learn how to get the Google Assistant running on it!
Embed the Google Assistant
This section gets the Google Assistant Library working on your project:
- Set Up Hardware and Network Access
- Configure and Test the Audio
- Configure a Developer Project and Account Settings
- Register the Device Model
- Install the SDK and Sample Code
- Run the Sample Code
- Next Steps
Extend the Google Assistant
This section extends the Google Assistant Library to include Device Actions: