McHacks 2017 submission for turning spoken phrases into Bash commands
Spoken Word is an Electron-powered, cross-platform desktop application. Spoken Word is a Siri for Linux. It enables Linux users to control the operating system by voice. It uses the Python-based SpeechRecognition API to process voice input into terminal commands, which are executed using the Node.js module ShellJS.
Tech used:
- Nuance API for voice recognition
- Python to search for all the applications in the OS
- Electron.js for GUI
- jQuery Flipster for cover flow effects of the application list
To run the app, make sure you have electron.js installed in your computer.
cd to the directory, then run electron ..
Target system: Ubuntu