evancohen / sonus

:speech_balloon: /so.nus/ STT (speech to text) for Node with offline hotword detection
MIT License
617 stars 79 forks source link

Python interface #13

Open thecloudist opened 7 years ago

thecloudist commented 7 years ago

Have you a Python binding? Not totally comfortable with JS at the moment. Have also been using Google speech apis (gRPC version) for live streaming recognition on Raspbian.

It does work and I have written it all in Python but cannot do the wake word yet.

Cheers

evancohen commented 7 years ago

I've been considering a python library (and setting up pip), but I'm working on Node first to work out any kinks. I've experimented with the Python gRPC before it was released to the public and there were a few strange bits that weren't working (I'm assuming that since then it's been ironed out).

If you want to take a stab at the interface with a working gRPC and send a PR I'd be happy to add wake word detection.