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
- Host: GitHub
- URL: https://github.com/olical/clojure-wake-word-detection
- Owner: Olical
- Created: 2018-10-12T15:37:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T15:37:21.000Z (over 6 years ago)
- Last Synced: 2025-01-05T02:10:38.512Z (5 months ago)
- Topics: clojure, java, porcupine, wake-word-detection
- Language: Clojure
- Homepage: https://oli.me.uk/2018-10-12-wake-word-detection-with-clojure-or-java/
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/