I have been trying to download Arduino TensorFlowLite library from the library manager, but it does not appear in search results.
I downloaded Adafruit_TFLite.h but it also requires <TensorFlowLite.h> to work.
I am using nano BLE sense.
Am I missing something ? can anyone please guide me.
Hi @nauraizsubhan. The "Arduino_TensorFlowLite" library was removed from the Arduino Library Manager at the request of TensorFlow:
Unfortunately, this means it is no longer possible to install it using the Arduino Library Manager. You will now need to install the library manually, following the instructions provided by TensorFlow:
From a quick look, it appears the version you will get from following those instructions is also not compatible with the "Adafruit TensorFlow Lite" library (which contains the header file Adafruit_TFLite.h, so I will guess is what you were referring to). But it is worth a try at least.