How to link Tensorflow lite to FreeRTOs

I wanted to give the prediction output from esp32 to AWS cloud. Through coreMQTT.
The problem I am facing is about the definition of the library that is TensorFlow library and .h file of the model.

Have you checked https://medium.com/@dmytro.korablyov/first-steps-with-esp32-and-tensorflow-lite-for-microcontrollers-c2d8e238accf ?

Yes, I have an issue regarding setting up TensorFlow like where should I include That repository