Can I know the procedure for setting up a tensorflow lite c++ environment?

I am stuck at inferencing a tensorflow lite model. It would be helpful if someone shares how to set up lite c++ environment.

Hi @Sai_Rishik ,

Welcome to Google AI forum ,

You can refer these guides guide_1 and guide_2 as per your requirement to set up C++ enviroment for tflite .

Additionally you can also explore this guide for api reference.

hope this helps ,

Thank you