The Coding Notebook
Memorable coding moments of a software engineer
Cross Platform Object Detection with TensorFlow Lite - Part I
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...