I'm playing with Google's voice recognition for a personal project and I have a fun little Q&A program written in Python using it. The problem, as it were, is that it means I have to be connected to the internet to access the API or the program doesn't work.
I'm wondering if there is a way I can download the entire API so I can use it offline rather than being wifi dependent.