Is <TensorFlowLite.h> not available anymore?

Hi,

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.

TensorFlowLite_helloworld/src at master · hirotakaster/TensorFlowLite_helloworld · GitHub

Thank you for sharing this. I still don't understand how can I use it.

But Can you tell me why am I not able to download the Arduino Tensorflow lite library directly from library manager.

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.

Thank you for your guidance it means a lot.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.