Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Does Qt allow the use of machine learning libararies?
Qt 6.11 is out! See what's new in the release blog

Does Qt allow the use of machine learning libararies?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 894 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HFT_developer
    wrote on last edited by HFT_developer
    #1

    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 Eigen and SharkML.
    Links: https://github.com/Shark-ML/Shark
    https://gitlab.com/libeigen/eigen

    JonBJ 1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      As long as these are C/C++ libraries I don't see why it should not work - Qt is just c++

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      H 2 Replies Last reply
      1
      • H HFT_developer

        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 Eigen and SharkML.
        Links: https://github.com/Shark-ML/Shark
        https://gitlab.com/libeigen/eigen

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @HFT_developer
        You might also consider using Qt from Python (PySide) if your ML requirements lean toward the Python rather than C++ side.

        1 Reply Last reply
        0
        • Christian EhrlicherC Christian Ehrlicher

          As long as these are C/C++ libraries I don't see why it should not work - Qt is just c++

          H Offline
          H Offline
          HFT_developer
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • Christian EhrlicherC Christian Ehrlicher

            As long as these are C/C++ libraries I don't see why it should not work - Qt is just c++

            H Offline
            H Offline
            HFT_developer
            wrote on last edited by HFT_developer
            #5

            @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 EhrlicherC 1 Reply Last reply
            0
            • H HFT_developer

              @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 EhrlicherC Online
              Christian EhrlicherC Online
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @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++..

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved