What is TinyMLOps?

What is TinyMLOps?ΒΆ

Building products for TinyML introduces new challenges and tools as well as changes a typical MLOps pipeline by introducing new steps.

One of the challenges is how to update models in deployed devices. If your target device has an internet connection, then you could have the device query an endpoint regularly checking for updates (or you could send a request to the device). But if your TinyML devices are deployed in an area where it cannot get access to internet or any other network, then updating your models, and even monitoring the performance of your device gets challenging.

TinyMLOps are a set of best practices that can help you run machine learning applications on TinyML or edge computing devices successfully.

In the next chapter, we will dive deeper into these challenges, some of the tools available and take a look at the components of a TinyMLOps pipeline.