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. AI with Qt?

AI with Qt?

Scheduled Pinned Locked Moved General and Desktop
7 Posts 3 Posters 5.7k 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.
  • N Offline
    N Offline
    nicky j
    wrote on last edited by
    #1

    Hello there,

    Is it possible to create a fairly sophisticated Artificial Intelligence with Qt? when I say sophisticated I mean neural-network level stuff. Are there any projects out their that do this?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Qt can do anything that C++ can do. Plus more. :)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nicky j
        wrote on last edited by
        #3

        do you know of any Qt AI projects?

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          I don't, but Google probably does.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nicky j
            wrote on last edited by
            #5

            haha even the almighty google was having troubles. Thats why I asked you :)

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              The first few links look like what you want: https://www.google.com/search?q=qt+neural+network

              Anyway, see also the first paragraph at http://www.ai-forum.org/topic.asp?forum_id=1&topic_id=72086 . Qt is a C++ library (plus QML). All of its modules are at http://qt-project.org/doc/qt-5/qtmodules.html -- if you want a feature that's not included in Qt (e.g. AI), simply link to a 3rd-party C++ library that does.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • GTDevG Offline
                GTDevG Offline
                GTDev
                wrote on last edited by
                #7

                It also possible to integrate Google's TensorFlow framework with Qt and provide AI features across platforms.

                You can find a guide how to build and integrate TensorFlow with Qt and V-Play here:
                https://v-play.net/cross-platform-development/machine-learning-add-image-classification-for-ios-and-android-with-qt-and-tensorflow

                alt text

                The example project of this guide includes Image Classification and Object Recognition features based on neural network models, which you can control from QML:

                alt text

                Tensorflow provides the machine learning framework, whereas V-Play and Qt facilitate the app deployment to multiple platforms: desktop and mobile.

                Senior Developer at Felgo - https://felgo.com/qt

                Develop mobile Apps for iOS & Android with Qt
                Felgo is an official Qt Technology Partner

                1 Reply Last reply
                0

                • Login

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