TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Snips Uses Rust to Build an Embedded Voice Assistant

209 点作者 albi_lander超过 7 年前

8 条评论

oulipo超过 7 年前
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 未加载
coldtea超过 7 年前
&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 未加载
quadrature超过 7 年前
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_fatus超过 7 年前
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 未加载
hardwaresofton超过 7 年前
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 未加载
dustindriver超过 7 年前
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 未加载
bfrog超过 7 年前
This sounds amazing. Looking forward to trying it out on my rpi
ziftface超过 7 年前
&gt; It had the traits Snips needed<p>Well done.