jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

Google STT does not accept an API key #721

Open jamestharpe opened 4 years ago

jamestharpe commented 4 years ago

To use STT, Jasper requires an API key however Google STT only accepts OAuth or Service Account credentials.

Is there still a valid way to use Google STT or would this require a code change to Jasper?

appeacock commented 4 years ago

The work on Jasper - specifically making it work as-is and refactoring to Python 3 is being conducted at https://github.com/aplawson/jasper-client -- including a tutorial on how to build it and/or deploy it with a custom Raspbian ISO image. //adam