evancohen / sonus

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

Demo / Website #9

Open ashishsc opened 8 years ago

ashishsc commented 8 years ago

@Sonus deserves one, let's ideate

evancohen commented 8 years ago

I'm down with this :)

evancohen commented 8 years ago

Also lol because you @ some random person...

brendonexus commented 7 years ago

Any news on a demo page for this project? Really interested since I've been trying to setup hotwords with Annyang and had no luck. Thankfully stumbled across your project!!

Really excited to get Sonus running with my hue and sending http requests!

ashishsc commented 7 years ago

@evancohen We should add some examples to the repo (with aanyang)

evancohen commented 7 years ago

We already have an example for annyang: https://github.com/evancohen/sonus/blob/master/examples/annyang-example.js

Because it has native components it doesn't really run in a web browser. We'll have to do some thinking about how to best demo it on the web (Maybe just a YouTube video?)

@brendonexus you might want to check out my smart-mirror project, it's got Hue integration and a handful of other cool stuff 😄

brendonexus commented 7 years ago

@evancohen your smart-mirror certainly is an intriguing one! What I was innitially looking to do was to make a web server system with a front end, in terms of the hue I was planning to have a slider for the dimmers, also Color pickers that would post on change but also have the ability for voice control if I was too lazy to move (so preset variables for the colors and brightness). I intend to run it off a pi3 which will be embedded in a wall with a 7 inch touch screen to support the interface.

Now you know the idea would it be possible for Sonus to support this in the future? I'm not too good at Java but I'm not bad at PHP... hence the website system