Jonathan Dahan
Jonathan Dahan
Or it should load into input and focus the input
```js var recognition = new webkitSpeechRecognition(); recognition.lang = 'en-US' recognition.continuous = true recognition.start() recognition.onresult = utterance => { console.dir(utterance) } ``` https://github.com/ckundo/say11y
Document, with lots of pictures on how to setup your own room. Ideally, a raspberry pi + webcam + projector, but maybe we should think of more?
From living-room created by [jedahan](https://github.com/jedahan) : living-room/living-room#30 two files, partially completed, one that is saying stuff, one that is transforming stuff recreate the mouse-animal immunity game with a partner
From living-room created by [jedahan](https://github.com/jedahan) : living-room/living-room#13 it would be cool to grab all the bounding boxes of things we think are text
From living-room created by [jedahan](https://github.com/jedahan) : living-room/living-room#14 lets deprecate qr codes, again if we can write text, it would be nice to read text as well an ocr service +...
From living-room created by [jedahan](https://github.com/jedahan) : living-room/living-room#33 we can suggest: * running the roomdb server locally even make it interactive with a Y/n prompt or as to enter a new...
From living-room created by [jedahan](https://github.com/jedahan) : living-room/living-room#11 it would be cool if we could train / label new things without going to a computer post it notes, with words written...
From living-room created by [jedahan](https://github.com/jedahan) : living-room/living-room#15 a visualizer that lets you crop images IRL, maybe using that object labeller ...