Does Qt allow the use of machine learning libararies?
-
Hi,
My question is about building a GUI app that uses machine learning algorithms. Can machine learning libraries be integrated and deployed with the Qt app?
The libraries I am referring to are
EigenandSharkML.
Links: https://github.com/Shark-ML/Shark
https://gitlab.com/libeigen/eigen -
As long as these are C/C++ libraries I don't see why it should not work - Qt is just c++
-
Hi,
My question is about building a GUI app that uses machine learning algorithms. Can machine learning libraries be integrated and deployed with the Qt app?
The libraries I am referring to are
EigenandSharkML.
Links: https://github.com/Shark-ML/Shark
https://gitlab.com/libeigen/eigen@HFT_developer
You might also consider using Qt from Python (PySide) if your ML requirements lean toward the Python rather than C++ side. -
As long as these are C/C++ libraries I don't see why it should not work - Qt is just c++
This post is deleted! -
As long as these are C/C++ libraries I don't see why it should not work - Qt is just c++
@Christian-Ehrlicher Is it okay to use machine learning algorithms in a GUI app(Qt/C++) ? I don't see many example or documents of using machine learning in Qt gui apps.
-
@Christian-Ehrlicher Is it okay to use machine learning algorithms in a GUI app(Qt/C++) ? I don't see many example or documents of using machine learning in Qt gui apps.
@HFT_developer said in Does Qt allow the use of machine learning libararies?:
Is it okay to use machine learning algorithms in a GUI app(Qt/C++)
I don't understand the question - we already told you that you can use any c++ library with Qt since Qt is c++..