Echo-like voice assistant for healthcare use cases #71
Replies: 2 comments 4 replies
-
Isn't this a coincidence! I have a background in heath tech and several years ago I was hired to consult on a project to build a PHI respecting "completely in our walls" voice assistant project by a large publicly traded health tech company you've definitely heard of. I don't know if you were around but voice interfaces got a lot of renewed attention in healthcare with COVID because of sanitation issues with touch interfaces, etc. That project failed because I was trying to use the ESP32 at the time and the entire ecosystem just wasn't ready. Not to mention Raspberry Pi approaches which everyone should realize by now are hopeless in terms of delivering true commercial/Alexa/etc user experience. Now with Willow and the ESP32 S3 we target it's clearly well within reach in terms of the challenging physical/audio issues. Due to my network and experience in the field targeting healthcare specifically is actually our first monetization strategy. Here's the thinking:
Basically the WAS would be the API frontend for integrations (which I'm sure you know are a nightmare in healthcare) that would coordinate any number of backend WIS instances depending on desired scale, redundancy, etc (obviously K8s or along those lines). I haven't thought it through completely but Rasa, etc could also live on WAS. It would also do device management, provisioning, etc of the Willow devices themselves. |
Beta Was this translation helpful? Give feedback.
-
@kristiankielhofner As a physician, I discovered Willow via the Home Assistant universe, however I am really looking forward to what you can build in healthcare. It would be interesting to start a high-tech solo practice where I roll my own chatbots, diarization + note-generating stack, and administrative assistant, around a common inference server. I think for physicians, having "Echo" is less important than automating some of the most time-consuming functions, like writing notes, triaging queries, office work, etc. Know you need to cater to larger organizations, but it could also help solo physicians to recapture the golden days of medicine. |
Beta Was this translation helpful? Give feedback.
-
Ok, I'm not a deep technical guy though I've done a decent amount of Python and Nodejs dev to build a healthcare specific voice assistant. I built an Alexa skill (till they killed that option - it was never a great platform for h/c), tried some other open source conversational AI platforms (Mycroft, Neon) but really really intrigued by what you're doing with Willow.
Here's my question (and excuse my ignorance) - with the Willow Inference Engine, what other components will I need to build a full Echo-like conversational AI voice assistant? Not really sure where to put WIE in the NLP, Dialog Management, SST/TTS terminology that I'm more familiar with from the other platforms? Will I need something like RASA on the backend to do the NLP/Dialog Management?
Thanks and hoping your guys are very successful!
Beta Was this translation helpful? Give feedback.
All reactions