https://github.com/jorgeramirez/step
Simple demo using Pocketsphinx and GStreamer
https://github.com/jorgeramirez/step
pocketsphinx python
Last synced: 6 months ago
JSON representation
Simple demo using Pocketsphinx and GStreamer
- Host: GitHub
- URL: https://github.com/jorgeramirez/step
- Owner: jorgeramirez
- Created: 2013-05-22T22:14:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T02:05:58.000Z (over 12 years ago)
- Last Synced: 2025-06-26T19:48:01.108Z (7 months ago)
- Topics: pocketsphinx, python
- Language: Python
- Size: 21.7 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.