LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to use the AI with LabView?

I’m exploring ways to integrate AI into my LabVIEW projects, especially for automating decisions, anomaly detection, or optimizing test sequences. Has anyone here successfully connected LabVIEW with AI models—either locally or through APIs (like Python-based models, OpenAI, TensorFlow, etc.)

0 Kudos
Message 1 of 2
(297 Views)

LabVIEW is just a programming language, and yes, of course, deep learning models can be used here, just as in any other programming language. You can start with the IMAQ DL Model Create VI. Currently, I am playing with tracel-ai/burn, which is a deep learning framework written in Rust. This framework can be integrated with LabVIEW by wrapping functions into DLLs and calling them from LabVIEW. Usually, LabVIEW is used as a "frontend." I have also seen some third-party libraries in this area that use the same integration principle.

0 Kudos
Message 2 of 2
(247 Views)