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

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

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
```