Hi!
I want to use a TensorFlow Lite for microcontrollers model in my existing project built on top of the nRF5 SDK. However, as outlined in the nrf-tensorflow example, this is done using the NCS to include TensorFlow Lite Micro as a library.
What is the best path forward as far as incorporating TFLife into my project is concerned? Do I need to copy over my existing code into a new project built on top of NCS? Can I incorporate features of NCS into my existing project that will allow me to use my TFLite model?
I can link any parts of my project or explain further if needed.
Thanks!