TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Snips Uses Rust to Build an Embedded Voice Assistant

209 pointsby albi_landerabout 7 years ago

8 comments

oulipoabout 7 years ago
Hi, I&#x27;m the co-founder of <a href="https:&#x2F;&#x2F;snips.ai" rel="nofollow">https:&#x2F;&#x2F;snips.ai</a> and we are building a 100% on-device Voice AI platform which runs on the Raspberry Pi 3 It is free to use for makers, and we will start open-sourcing the components a few weeks from now.<p>We are using Rust because it is safe and very fast!<p>We would love to tell more about what we are building if you have questions.<p>The whole platform runs on-device which makes it ideal for privacy, cost, and to allow it to run when there is no network<p>We are available in English, French, German, and soon Japanese and Korean and we are working on other European languages!<p>We would love to see what you build with our platform to feature it on our website<p>Take a look at what some people have built with it: <a href="https:&#x2F;&#x2F;github.com&#x2F;snipsco&#x2F;awesome-snips" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;snipsco&#x2F;awesome-snips</a><p>and a few tutorials to get you started: <a href="https:&#x2F;&#x2F;medium.com&#x2F;snips-ai&#x2F;building-a-voice-controlled-home-sound-system-using-snips-and-sonos-2aaf16523ce9" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;snips-ai&#x2F;building-a-voice-controlled-home...</a>
评论 #16439252 未加载
评论 #16436968 未加载
评论 #16437833 未加载
评论 #16436987 未加载
评论 #16439991 未加载
评论 #16440195 未加载
评论 #16436523 未加载
评论 #16439293 未加载
评论 #16436493 未加载
coldteaabout 7 years ago
&gt;<i>How can Snips embed all the code for a voice assistant onto a single device? They wrote it using the Rust systems programming language.</i><p>And that&#x27;s what we call an &quot;non sequitur&quot;.
评论 #16438349 未加载
quadratureabout 7 years ago
Great project, definitely a worthy goal. I know several people who are skeptical of voice assistants because they aren&#x27;t fully on device.<p>The blog article was very lean on the technical details apart from some basics about rust&#x27;s safety and portability features.<p>could you elaborate on where the gains from rust come into play ?, is your model built on a DL framework that is written in rust ?.
评论 #16437994 未加载
t_fatusabout 7 years ago
I really love the idea of an off-line voice assistant, however most of my tech friends in France and I feel that Snips (which is very visible on the press here) still has to deliver something tangible (<i>). This might be the first time I want to try one of their product though.<p></i> they had announced a keyboard app for iOS and Android which did seemingly the same thing as the swipe keyboard.
评论 #16436801 未加载
hardwaresoftonabout 7 years ago
Could you expand on why CMUSphinx[0]&#x2F;Julius[1] not used?<p>I&#x27;m all for using rust for the speed and safety it allows, and then FFI-ing to CMUSphinx (this is exactly what I want to do, given more free time in the future), could you explain why the available open source libraries (CMUsphinx is just one, there&#x27;s also Julius) couldn&#x27;t be used?<p>[0] - <a href="http:&#x2F;&#x2F;cmusphinx.github.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cmusphinx.github.io&#x2F;</a><p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;julius-speech&#x2F;julius" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;julius-speech&#x2F;julius</a>
评论 #16437100 未加载
评论 #16437132 未加载
评论 #16437222 未加载
dustindriverabout 7 years ago
Does the voice recognition AI use all of the Pi&#x27;s processing power while running? I mean, can the Pi do anything else while the voice recog is running? Or does it context switch after a voice command? Sorry if this is a silly question...
评论 #16440591 未加载
bfrogabout 7 years ago
This sounds amazing. Looking forward to trying it out on my rpi
ziftfaceabout 7 years ago
&gt; It had the traits Snips needed<p>Well done.