Execute Linux Voice Commands with Google2Ubuntu

Google2Ubuntu

Google2Ubuntu

Google2Ubuntu is an application that “lets you use the Google speech recognition API to control your linux computer. The project is developed in Python.”

The Idea of the project may look simple:

  1. Speech to text through Google API
  2. Match the text with a command name and execute the command itself

But in fact, a lot of hard work is required in order to create such a nice looking and stable application. Here is how you can install and use it: Continue reading