Ignition / Tensorflow

Hello,

It's there anyway to use Tensorflow library in ignition?

Best regards

You can use flask as integration between Ignition and TensorFlow .

1 Like

Also the WebDev Module. You can set up a GET route for your tensorflow script to initially get the data from, and a POST route to send the result to when it's done.

2 Likes