home
about
contact
GitHub ValYouW
The Coding Notebook
Memorable coding moments of a software engineer
home
about
contact
The Coding Notebook
GitHub ValYouW
Cross Platform Object Detection with TensorFlow Lite - Part I
Yuval
02 Feb 2024
TF Lite comes with dedicated modules for Andoird and iOS, but what if we want to write the code once and run on both platform? we use C++ of course...