05-12-2025 04:41 PM
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.)
05-12-2025 11:19 PM
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.