This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-RTOS-MCU: Machine Learning on CC32XX

Part Number: TI-RTOS-MCU

Is there any tutorial/guide/information on how to deploy a  ML model in a CC3220 ?

the process goes like this:

  • CC3220 receives 10 readings from different type of sensors
  • the readings are passed to the ML inference function
  •  blink a led depending on the  value returned from ML inference function

I'm using TI RTOS. 

Any libraries I can use?

I've seen Tensorflow Lite, but I'm not sure it can be used from TI RTOS. Also it is built on C++

Any guidance will be very much appreciated