An open API service indexing awesome lists of open source software.

https://github.com/olical/clojure-wake-word-detection

Code for my blog post
https://github.com/olical/clojure-wake-word-detection

clojure java porcupine wake-word-detection

Last synced: 4 months ago
JSON representation

Code for my blog post

Awesome Lists containing this project

README

        

# Wake word detection with Clojure (or Java)

Extracted from [Olical/snowball][snowball] for my blog post on [wake word detection][post]. Read the post to understand this repository, you can just run `make` if you're feeling brave though.

[snowball]: https://github.com/Olical/snowball
[post]: https://oli.me.uk/2018-10-12-wake-word-detection-with-clojure-or-java/