Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgeramirez/step

Simple demo using Pocketsphinx and GStreamer
https://github.com/jorgeramirez/step

pocketsphinx python

Last synced: 23 days ago
JSON representation

Simple demo using Pocketsphinx and GStreamer

Awesome Lists containing this project

README

        

# 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](http://www.pygame.org/)
powered app. You can run this demo by issuing `python main.py`
or `python main_gui.py`.