-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Kitt-AI/devel
v1.0.4
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,20 @@ by [KITT.AI](http://kitt.ai). | |
[Full Documentation](https://snowboy.kitt.ai/docs) | ||
|
||
|
||
Version: 1.0.3 (6/4/2016) | ||
Version: 1.0.4 (7/13/2016) | ||
|
||
Snowboy is a customizable hotword detection engine for you to create your own | ||
hotword like "OK Google" or "Alexa". It is powered by deep neural networks and has the following properties: | ||
hotword like "OK Google" or "Alexa". It is powered by deep neural networks and | ||
has the following properties: | ||
|
||
* **highly customizable**: you can freely define your own magic phrase here – | ||
let it be “open sesame”, “garage door open”, or “hello dreamhouse”, you name it. | ||
|
||
* **always listening** but protects your privacy: Snowboy does not use Internet and does *not* stream your voice to the cloud. | ||
* **always listening** but protects your privacy: Snowboy does not use Internet | ||
and does *not* stream your voice to the cloud. | ||
|
||
* light-weight and **embedded**: it even runs on a Raspberry Pi and consumes less than 10% CPU on the weakest Pi (single-core 700MHz ARMv6). | ||
* light-weight and **embedded**: it even runs on a Raspberry Pi and consumes | ||
less than 10% CPU on the weakest Pi (single-core 700MHz ARMv6). | ||
|
||
* Apache licensed! | ||
|
||
|
@@ -29,16 +32,19 @@ Currently Snowboy supports: | |
* iOS | ||
* Android | ||
|
||
It ships in the form of a **C library** with language-dependent wrappers generated by SWIG. We welcome wrappers for new languages -- feel free to send a pull request! | ||
It ships in the form of a **C++ library** with language-dependent wrappers | ||
generated by SWIG. We welcome wrappers for new languages -- feel free to send a | ||
pull request! | ||
|
||
If you want support on other hardware/OS, please send your request to [[email protected]](mailto:snowboy.kitt.ai) | ||
If you want support on other hardware/OS, please send your request to | ||
[[email protected]](mailto:snowboy.kitt.ai) | ||
|
||
## Precompiled Binaries with Python Demo | ||
* 64 bit Ubuntu [12.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1204-x86_64-1.0.2.tar.bz2) | ||
/ [14.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1404-x86_64-1.0.2.tar.bz2) | ||
* [MacOS X](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/osx-x86_64-1.0.2.tar.bz2) | ||
* 64 bit Ubuntu [12.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1204-x86_64-1.0.4.tar.bz2) | ||
/ [14.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1404-x86_64-1.0.4.tar.bz2) | ||
* [MacOS X](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/osx-x86_64-1.0.4.tar.bz2) | ||
* Raspberry Pi with Raspbian 8.0, all versions | ||
([1/2/3/Zero](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/rpi-arm-raspbian-8.0-1.0.2.tar.bz2)) | ||
([1/2/3/Zero](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/rpi-arm-raspbian-8.0-1.0.4.tar.bz2)) | ||
|
||
If you want to compile a version against your own environment/language, read on. | ||
|
||
|