I am currently trying to include the Tensorflow library in VSCode+PlatformIO (on Linux). I always get “Include-Error detected. Update your Include-Paths. …” and “cannot open source file”
I pulled the library from their Github (GitHub - tensorflow/tensorflow: An Open Source Machine Learning Framework for Everyone) and copied it in the lib folder of the project.
Tensorflow isn’t a library in Arduino-IDE or PlatformIO format (no library.json
/ library.properties
, wrong folder structure…). Copy-pasting the lib from Githubu won’t work straight-forward here.
There’s however a thread about the Arduino_TensorflowLite example meant for Arduino. See Arduino Nano 33 BLE TensorFlow lite - Undefined References.