without a screen. of all searches will be voice. of customer interactions will be managed without a human. Gartner ComScore Gartner 30% 50% >85% By 2020...
the Assistant • Labs 4 (5 & 6) What we will do today? • Let’s make groups of 2. • In case you didn’t install the software on the micro-sd card, let me know, so I can install.
Scalable: separate your conversation text from code • Build faster with the Web UI • Advanced fulfillment options and multi channel integrations • Analytics • Speech / Voice Integration • Multi-lingual bot support (20+ languages) • Part of Google Cloud (60+ cloud services) Intent Recognition (NLP) ... Web Console Powerful SDK Supervised Training Cross-platfor m
Chapter 5 from the booklet ◦ Step 13: src/examples/voice/assistant_library_demo.py ◦ src/examples/voice/assistant_library_with_button_demo.py Optional • Use this script to make it headless / work after reboot: ◦ https://goo.gl/KbaFHo Try out Dialogflow, and build your own custom action: http://console.dialogflow.com How to setup the software? WIFI CODE: TODO Note: when using phone tethering. Use a 2.4Ghz network.
are out of date. (Due to new type of Raspberry, and release of Google Vision Kit.) You can use the following steps, to get your kit up and running: 1. Download Raspbian with desktop - 2018-03-13 from: https://www.raspberrypi.org/downloads/raspbian/ 2. Use a tool like Etcher.io to flash the micro SD card. 3. Boot your RaspberryPi with the micro SD card inserted, and choose a Wifi network. 4. Open a terminal window with CTRL + ALT + T 5. Execute: git clone https://github.com/google/aiyprojects-raspbian.git AIY-projects-python Raspberry Pi 3B+
use the following commands: source env/bin/activate cd AIY-projects-python/ python3 checkpoints/check_wifi.py sudo scripts/configure-driver.sh reboot source env/bin/activate cd AIY-projects-python/ python3 checkpoints/check_audio.py Raspberry Pi 3B+
Assistant: • Chapter 5 from the booklet ◦ Step 13: src/examples/voice/assistant_library_with_button_demo.py Optional • Use this script to make it headless / work after reboot: ◦ https://goo.gl/KbaFHo Raspberry Pi 3B+