Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorgeramirez/step
- Owner: jorgeramirez
- Created: 2013-05-22T22:14:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T02:05:58.000Z (over 11 years ago)
- Last Synced: 2024-04-08T18:16:03.311Z (7 months ago)
- Topics: pocketsphinx, python
- Language: Python
- Size: 21.7 MB
- Stars: 4
- Watchers: 3
- 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`.