https://github.com/edgeimpulse/demo-shower-timer
Shower timer with Machine Learning and WebAssembly
https://github.com/edgeimpulse/demo-shower-timer
Last synced: 10 months ago
JSON representation
Shower timer with Machine Learning and WebAssembly
- Host: GitHub
- URL: https://github.com/edgeimpulse/demo-shower-timer
- Owner: edgeimpulse
- License: bsd-3-clause-clear
- Created: 2020-04-29T14:49:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T09:48:47.000Z (over 1 year ago)
- Last Synced: 2025-08-17T21:45:28.961Z (10 months ago)
- Language: CSS
- Size: 28.8 MB
- Stars: 5
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shower timer with Machine Learning and WebAssembly
This is the code for the "Shower timer with Machine Learning and WebAssembly" blog post.
* [data](data) contains all the source data for the model.
* [model](model) contains the trained ML model (in WebAssembly format).
* [webapp](webapp) contains the web application, as demonstrated in the blog post.
* [test.js](test.js) contains a classifier script in Node.js. You can run it via:
```
$ npm install
$ node test.js
```