Friday, April 17, 2020

Headless-Alexa-Avs-Sample-App USING Raspberry Pi l voice assistant raspberry pi

Scripts to autostart the Amazon Alexa-avs-sample-app on boot on a headless Pi
Why Virtual Assistant? Top Reasons to Use a Virtual Assistant


This does not modify your installed Alexa-avs-sample-app in any manner. Please do not open issues relating to the working of the Alexa-avs-sample-app here. Post your issues pertaining to the running of services alone here.

Install the alexa-avs-sample-app and first make sure that it is working fine and after that follow the guidelines given below.
  1. Clone the git using:
git clone https://github.com/shivasiddharth/headless-alexa-avs-sample-app  
  1. Check and verify the path of the installed Alexa-avs-sample-app in the clientstart.sh, companion start.sh and wakeword.sh scripts
  2. Make the installer executable using:
sudo chmod +x /home/pi/headless-alexa-avs-sample-app/installer.sh  
  1. Execute the installer:
sudo /home/pi/headless-alexa-avs-sample-app/installer.sh  

0 comments: