James Peret's blog. Built with Jekyll and the Mikey theme.

2016-03-24-jasper-install.md 1.5KB


layout: post title: "Jasper Install" date: 2016-03-24 21:14:01 categories: article diary published: false image: feature: artpimp-radio.jpg topPosition: 0px bgContrast: dark bgGradientOpacity: darker

syntaxHighlighter: yes

This tutorial will cover how to install the Jasper speech project in a Raspberry Pi 3 using the Raspbian Jesse OS.

Configuring Audio

Follow this tutorial to get audio working on the raspberry pi using a external microfone or sound card. To keep your configurations aftwards, follow this tutorial

python pip problems

If you have problems with pip, try uninstalling it and then using easy_install to reinstall pip:

    apt-get remove python-pip
    easy_install pip

Links