Demo of Mycroft voice command bot like Alexa or Siri with a simple docker-compose file
Go to file
HugoPoi a1c8cc99e9 Initial working setup 2020-10-11 15:15:08 +02:00
.mycroft Initial working setup 2020-10-11 15:15:08 +02:00
deepspeech Initial working setup 2020-10-11 15:15:08 +02:00
README.md Initial working setup 2020-10-11 15:15:08 +02:00
docker-compose.yml Initial working setup 2020-10-11 15:15:08 +02:00
setup.sh Initial working setup 2020-10-11 15:15:08 +02:00

README.md

Demo setup for Mycroft powered by Deepspeech

  1. run ./setup.sh for downloading models and scorer for deepspeech engine
  2. then docker-compose up is all you need

Notes

  • For setup audio correctly this was really helpfull
  • Trying audio with audiotest is VERY helpfull docker-compose run --entrypoint /bin/bash mycroft then ./start-mycroft.sh audiotest -l
  • I have pulseaudio on my setup so device index 12 was pulse for me, then I had to select the correct default device for pulse with pactl list sources short and pactl set-default-source 2. And device_index is the alsa index NOT the pulseaudio index.