handpose-facemesh-demos
🎥🤟 8 minimalistic templates for tfjs mediapipe handpose and facemesh
Notes on Machine Learning on edge for embedded/sensor/IoT uses
git clone https://github.com/jonnor/embeddedml.gitjonnor/embeddedmlFocused primarily on running inference/prediction/feed-forward part on a microcontroller (or small embedded device). Training phase can run on a standard computer/server, using existing tools as much as possible.
The defaults right now are to do conventional signal processing (no learning) in sensor, and stream raw data to the cloud for storage and processing. Machine learning happens in the cloud. If gateways are used, they mostly forward communication (no data processing).
On-edge processing valueable when
Example usecases
More notes on Applications
Presentations
Lecture notes
Open source software
Fun projects
Commercial projects
Books
Articles
Open-source
Low-level libraries
Proprietary
Historical
A range of Machine Learning models are useful in an embedded devices setting. Classical methods are used when the amount of data is quite small, and neural networks for large datasets and complex inputs.
Below are notes on the various models in the context of embedded Machine Learning, including model size and compute-time optimization.
Of ML inference on general-purpose microcontrollers.
TODO: update for 2023
Limitations
Ways of advancing, make contributions
more like this
🎥🤟 8 minimalistic templates for tfjs mediapipe handpose and facemesh
search projects, people, and tags