seanchas116 / node-tflite

TensorFlow Lite bindings for Node.js
https://www.npmjs.com/package/node-tflite
MIT License
14 stars 6 forks source link

Add simpler example #7

Open seanchas116 opened 4 years ago

seanchas116 commented 4 years ago

Add simpler and easy to understand example like https://github.com/seanchas116/node-tflite/issues/6#issuecomment-734071389

jlarmstrongiv commented 4 years ago

I polished the Lobe.ai tflite example from #6, and published it on github. Feel free to add it to the examples. For me personally, the challenge is getting the image to the tensor and having the right ArrayBuffer sizes. Adding #8 would make the examples much simpler.