Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 603 Bytes

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.