The final product is an AI / ML model that uses time series analysis to determine whether a machine requires maintenance.
It is possible to set up the model locally on your computers so you have it in the store. This will require that you can run a Python server, from which you can send data to get the answer.
We can also set it up as an API in connectors for over the net. This will make maintenance easier and also ensure that you do not have to keep track of a Python server yourself.