6 ms·
This is exactly the kind of IoT I was hoping for. Not the bastardized corporate data-mining kind. Hope this project keeps growing!
by _jtrig 9y ago
This is exactly the kind of IoT I was hoping for. Not the bastardized corporate data-mining kind.
Hope this project keeps growing!
- whyagaindavid 9y agoIt uses speech to text from Google/MS/Facebook/IBM/SoundCloud with your API key https://slapbot.github.io/documentation/configuration/ https://slapbot.github.io/documentation/configuration/
- crawfordcomeaux 9y agoI wonder how easy it'd be to add support for Sphinx via Python's SpeechRecognition package...
- Eridrus 9y agoHas anyone in this thread actually used this or looked at the code? This outsources speech recognition, and then the natural language understanding is literally just keyword matching: https://github.com/SlapBot/stephanie-va/blob/master/modules.json https://github.com/SlapBot/stephanie-va/blob/master/modules.... This is about as technically interesting as the Jarvis this takes inspiration from.
- _jtrig 9y agoThere's nothing stopping you from using your own speech recognition software once someone makes an open-source platform/database for it. It's a step in the right direction.