Mycroft software

While there are several ways to install Mycroft, we have to put Mycroft on top of the other software we have already. Since Mycroft has to get along with the ROS, and all of the artificial intelligence packages we installed, such as TensorFlow, Theano, and Keras, it is better that we use the git clone method to download the source code and build Mycroft on the Raspberry Pi:

git clone https://github.com/MycroftAI/mycroft-core.gitcd Mycroft-corebash dev_setup.sh

Mycroft will create a virtual environment it needs to run. It also isolates the Mycroft package from the rest of the packages on the Raspberry PI.

Note: Please do not install Mycroft as the root user (or super user). This will cause permissions problems with the configuration ...

Get Artificial Intelligence for Robotics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.