Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

jasper [Le 04/10/2015, 11:11] (Version actuelle)
sangorys créée
Ligne 1: Ligne 1:
 +====== Description ======
 +Jasper est un environnement (logiciel / matériel) dévelopé pour Raspberry Pi. Il a une certaine compatibilité avec Ubuntu
 +
 +====== Installation ======
 +La procédure officielle d'​installation est [[http://​jasperproject.github.io/​documentation/​installation/​|ici]].
 +
 +Une tentative d'​installation rapide est proposée ici à titre d'​information. A compléter et corriger
 +<​code>​
 +sudo apt-get install python-setuptools
 +sudo easy_install pip
 +sudo apt-get install python-pocketsphinx python-yaml python-tz python-requests build-essential python-pyaudio
 +git clone https://​github.com/​jasperproject/​jasper-client.git
 +#sudo pip install -r jasper-client/​client/​requirements.txt
 +sudo pip install APScheduler CherryPy PyYAML Pykka RPi.GPIO argparse beautifulsoup4 facebook-sdk feedparser numpy pifacedigitalio --allow-external pygame python-dateutil python-mpd pytz quantities semantic six ws4py wsgiref requests sphinx
 +cd jasper-client/​client
 +python populate.py
 +python main.py
 +</​code>​
 +
 +
 +====== Utilisation ======
 +A compléter !!!
 +
 +
 +====== Voir aussi ======
 +  * [[reconnaissance_vocale|Reconnaissance vocale]]
 +  * [[http://​jasperproject.github.io/​|Page officielle du projet Jasper]]
  
  • jasper.txt
  • Dernière modification: Le 04/10/2015, 11:11
  • par sangorys