<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Icing on the Cake for Incredible PBX 16-15 and Raspberry Pi	</title>
	<atom:link href="https://nerdvittles.com/icing-on-the-cake-with-incredible-pbx-16-15-for-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/icing-on-the-cake-with-incredible-pbx-16-15-for-raspberry-pi/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Sun, 22 Nov 2020 19:43:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: guest		</title>
		<link>https://nerdvittles.com/icing-on-the-cake-with-incredible-pbx-16-15-for-raspberry-pi/comment-page-1/#comment-178738</link>

		<dc:creator><![CDATA[guest]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 13:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=30487#comment-178738</guid>

					<description><![CDATA[Google Home outage hits users, ‘100 percent failure rate’ reported
https://bgr.com/2017/06/05/google-home-outage-2017-assistant

After this server issue crippled Google&#039;s Home assistant (and some people could not even turn on the lights), I realized the value of OFFLINE speech recognition.  And now we see in the news that recordings are being permanently stored and reviewed by humans for training purposes at all of the cloud-based speech recognition providers.  So I would like to bring these offline alternatives to your attention:

- https://pypi.org/project/SpeechRecognition
- https://www.quora.com/What-are-the-top-ten-speech-recognition-APIs
_____
&lt;i&gt;
&quot;Mozilla researchers aim to create a competitive offline STT engine called Pipsqueak that promotes security and privacy. This implementation of a deep learning STT engine can be run on a machine as small as a Raspberry Pi 3.&quot;
&lt;/i&gt;
https://research.mozilla.org/machine-learning
https://blog.mozilla.org/blog/2017/11/29/announcing-the-initial-release-of-mozillas-open-source-speech-recognition-model-and-voice-dataset
https://voice.mozilla.org/en

Mozilla DeepSpeech is a TensorFlow implementation of Baidu&#039;s DeepSpeech architecture
https://github.com/mozilla/DeepSpeech
&lt;i&gt;
&quot;Our word error rate on LibriSpeech’s test-clean set is 6.5%, which gets us close to human level performance.&quot;
-- &quot;Yes, this model can be used to do offline speech recognition.&quot; &lt;/i&gt;
https://hacks.mozilla.org/2017/11/a-journey-to-10-word-error-rate
&lt;b&gt;
comment: &lt;/b&gt;if the error rate of IBM&#039;s online engine is 5.5% , you can see how impressive Baidu&#039;s engine is, to achieve a 6.5% error rate on a Raspberry Pi (!)
___________

PS:  at first glance I thought the Blinkt device was kind of a gimmick -- but now I think I might want that, if I could make each lamp to be an activity indicator for a different extension (plus a couple lights for channel activity on a 2-channel SIP trunk.)  This could be helpful for troubleshooting purposes, and would also remind me not to commit any changes in the PBX user interface until all extension &#038; channel activity has ceased. 😉]]></description>
			<content:encoded><![CDATA[<p>Google Home outage hits users, ‘100 percent failure rate’ reported<br />
<a href="https://bgr.com/2017/06/05/google-home-outage-2017-assistant" rel="nofollow ugc">https://bgr.com/2017/06/05/google-home-outage-2017-assistant</a></p>
<p>After this server issue crippled Google&#8217;s Home assistant (and some people could not even turn on the lights), I realized the value of OFFLINE speech recognition.  And now we see in the news that recordings are being permanently stored and reviewed by humans for training purposes at all of the cloud-based speech recognition providers.  So I would like to bring these offline alternatives to your attention:</p>
<p>&#8211; <a href="https://pypi.org/project/SpeechRecognition" rel="nofollow ugc">https://pypi.org/project/SpeechRecognition</a><br />
&#8211; <a href="https://www.quora.com/What-are-the-top-ten-speech-recognition-APIs" rel="nofollow ugc">https://www.quora.com/What-are-the-top-ten-speech-recognition-APIs</a><br />
_____<br />
<i><br />
"Mozilla researchers aim to create a competitive offline STT engine called Pipsqueak that promotes security and privacy. This implementation of a deep learning STT engine can be run on a machine as small as a Raspberry Pi 3."<br />
</i><br />
<a href="https://research.mozilla.org/machine-learning" rel="nofollow ugc">https://research.mozilla.org/machine-learning</a><br />
<a href="https://blog.mozilla.org/blog/2017/11/29/announcing-the-initial-release-of-mozillas-open-source-speech-recognition-model-and-voice-dataset" rel="nofollow ugc">https://blog.mozilla.org/blog/2017/11/29/announcing-the-initial-release-of-mozillas-open-source-speech-recognition-model-and-voice-dataset</a><br />
<a href="https://voice.mozilla.org/en" rel="nofollow ugc">https://voice.mozilla.org/en</a></p>
<p>Mozilla DeepSpeech is a TensorFlow implementation of Baidu&#8217;s DeepSpeech architecture<br />
<a href="https://github.com/mozilla/DeepSpeech" rel="nofollow ugc">https://github.com/mozilla/DeepSpeech</a><br />
<i><br />
"Our word error rate on LibriSpeech’s test-clean set is 6.5%, which gets us close to human level performance."<br />
&#8212; "Yes, this model can be used to do offline speech recognition." </i><br />
<a href="https://hacks.mozilla.org/2017/11/a-journey-to-10-word-error-rate" rel="nofollow ugc">https://hacks.mozilla.org/2017/11/a-journey-to-10-word-error-rate</a><br />
<b><br />
comment: </b>if the error rate of IBM&#8217;s online engine is 5.5% , you can see how impressive Baidu&#8217;s engine is, to achieve a 6.5% error rate on a Raspberry Pi (!)<br />
___________</p>
<p>PS:  at first glance I thought the Blinkt device was kind of a gimmick &#8212; but now I think I might want that, if I could make each lamp to be an activity indicator for a different extension (plus a couple lights for channel activity on a 2-channel SIP trunk.)  This could be helpful for troubleshooting purposes, and would also remind me not to commit any changes in the PBX user interface until all extension &amp; channel activity has ceased. 😉</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
