TinyML integration

Hey, does anyone know how I can convert a rasa chatbot to TinyML?

I’m not sure if I’ve heard of TinyML. Do you have a link?

In general, though, a Rasa pipeline can contain pre-trained word embeddings as well as scikit-learn components. So the odds of being able to make it “tiny” is small.

I’m new to tinyML myself… apparently its an optimized form of ML that can be run on much smaller devices like microprocessors

I see. Rasa is meant to be run on a server for now. We don’t support microprocessors.

There have been community projects to run it on a raspberry pi though Run Rasa Docker image on your Raspberry Pi.