Building Google Assistant With Raspberry Pi: Installation Manual
Building Google Assistant With Raspberry Pi: Installation Manual
Installation Manual
The Google Assistant is a virtual assistant powered by artificial intelligence and developed
by Google that is primarily available on mobile and smart home devices.
The Google Assistant can engage in two-way conversations.
Hardware Requirements
1. Raspberry Pi Model A/B/B+
2. SD Card
3. Ethernet Cable / Wi-Fi
4. Power Supply
5. USB Microphone
6. Speakers
Software Requirements
1. Raspbian Stretch OS
2. Google Account
Once you have your Google account ready, go to the following web address.
https://console.cloud.google.com/project
The project creation process can take some time. You should receive a notification in the top
right-hand corner of the screen when it’s complete. If it doesn’t automatically appear after some
time, try refreshing the page.
Click on Save
2. Create a directory, and then Copy credential file (downloaded in previous step) to your
directory (with new name credentials.json)
3. Install Python3 and the Python 3 Virtual Environment to our Raspberry Pi.
$ source env/bin/activate
8. Now Install all the packages that we need to install the Google Assistant Library
10. To run the installed Google Authentication library, use following command.
You will need to go to in your web browser, Paste above URL in address bar.
On this screen login to your Google account, if you have multiple accounts make sure you
select the one you set up your API key with.
Click on Allow
11. Copy the authentication code and paste it back into your terminal and press enter.
That's all!!!
Thank you….