Where to find unitypackage file from Tensorflow lite?

Hello to all! I need this file to use in a unity project but can’t find it anywhere already compiled. I am new to Unity and Tensorflow technologies. Appreciate any help

Hi @Wanderson_Silva, As mentioned in this document the native TF Lite plugin must be built before using the Unity Plugin, and placed in Assets/TensorFlowLite/SDK/Plugins/. Please refer to this document for building the tflite. Thank You.

Hi Kiran_Sai_Ramineni,

Thank you for your helpful guidance!
It’s great to see you sharing resources and instructions with @Wanderson_Silva to assist with building the native TF Lite plugin for use with the Unity Plugin.

Providing clear documentation and references can be invaluable for others navigating similar tasks. Your contribution is much appreciated!