Hello,
It's there anyway to use Tensorflow library in ignition?
Best regards
Hello,
It's there anyway to use Tensorflow library in ignition?
Best regards
You can use flask as integration between Ignition and TensorFlow .
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.