|
|
|
|
|
by programmarchy
1707 days ago
|
|
Was wondering how easy it'd be to port to native mobile, so went looking for the source code, but doesn't appear to actually be open source. The meat is distributed as binary (WASM for "backend" code and a .bin for model weights). Aside from being a cool hand tracker, it's a very clever way to distribute closed source JavaScript packages. |
|
As a side note: The wasm files are actually from the inference engine (tfjs).
Please let me know if you have any more questions in that regard.