Hello,
I followed the Jevois tutorial to train imagenet on new classifiers, and generated the tflite file, but I was wondering now if it is possible to use this model in a python module. The tutorial explains how to deploy the tflite model to the tensorfloweasy module, but I would prefer to do this from within a python module. I tried to import tensorflow in a python module, but tensorflow was not found. I also tried to install a few different wheels for tensorflow on the camera, but this just caused the camera to crash. Overall, I am just wondering if it is possible to use the tensorflow library in a python module, rather than a C++ module like tensorfloweasy