jorgeramirez / step

Simple demo using Pocketsphinx and GStreamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

step

Simple demo using Pocketsphinx and GStreamer

step recognizes five basic commands in spanish:

  • ADELANTE
  • ATRAS
  • ABAJO
  • ARRIBA
  • PASO (UNO | DOS ... | DIEZ)

and based on the recognized command it updates the state of the board.

Run the demo

There are two front-ends: main.py is a CLI-based program and main_gui.py is a pygame powered app. You can run this demo by issuing python main.py or python main_gui.py.

About

Simple demo using Pocketsphinx and GStreamer


Languages

Language:Python 84.0%Language:Shell 16.0%