-
Notifications
You must be signed in to change notification settings - Fork 0
Mycroft Setup
Last tested on 9/14/2020, using:
- VirtualBox 6.1.14 (Windows) + KDE Neon User Edition, based on Ubuntu 20.04 LTS (Focal Fossa)
If you use a Windows/MacOS machine, you will need to set up a VM (Virtual Machine) in order to edit and test the mycroft_aimar GUI code.
- Download VirtualBox
- Download KDE Neon User Edition
- Create a virtual machine and install KDE Neon.
- Install VirtualBox Guest Additions, starting from step 3. This lets you copy/paste to your VM and resize the VM window.
Open Konsole (Terminal) and run the following commands (respond 'Yes' to all prompts):
cd ~
git clone https://github.com/MycroftAI/mycroft-core.git
cd ~/mycroft-core
bash dev_setup.sh
cd ~
git clone https://github.com/MycroftAI/mycroft-gui
cd ~/mycroft-gui
bash dev_setup.sh
When running mycroft-core for the first time, you will be prompted to register your device at home.mycroft.ai.
For AIMAR members: use the account [email protected] - ask a team member for the password.
To run Mycroft with GUI, open two terminals.
- In the first terminal, navigate to
mycroft-core
and run./start-mycroft.sh debug
. - In the other, navigate to
mycroft-gui
and runmycroft-gui-app
. - To close, mycroft-core, press Ctrl+C. Then run
./stop-mycroft.sh
holidays num2words wikipedia wolframalpha feedparser astral multi_key_dict timezonefinder mtranslate arrow pyowm
Mimic must be locally built in order to use PocketSphinx wake words. Open ~/.mycroft/mycroft.conf
in a text editor. Change it so it looks like this (max_allowed_core_version
should already be in the file and should not be changed).
{
"max_allowed_core_version": XX.X,
"listener": {
"wake_word": "aimar"
},
"hotwords": {
"aimar": {
"module": "pocketsphinx",
"phonemes": "EY M AA R .",
"threshold": 1e-18
}
}
}
Now you can wake AIMAR by saying "AIMAR".