Can I run normal tensorflow model to microcontroller board?

Hello community,

I am new user and wanted to ask a general question weather that I can run a model trained for word classification on PC and convert it to the model which can run on microcontroller board?
I have Arduino Nicla vision board at hand, so I will try that for deployment.

@Ujjval_Rathod,

Welcome to the Tensorflow Forum!

You can refer to get started with microcontrollers to train a model and run inference using a microcontroller.

Please refer to supported platforms in TensorFlow Lite for Microcontrollers.

Thank you!

@chunduriv
Thanks for your reply.
I saw some of the getting started tutorials and there was some online google colab code which one can edit for their training purpose. That was confusing, is there a possibility to do the steps manually offline?
So that I can view the entire source code and file structure etc.??