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. Simple REST API receive image and return json
Forum Updated to NodeBB v4.3 + New Features

Simple REST API receive image and return json

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 404 Views 1 Watching
  • 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by RahibeMeryem
    #1

    Hi,

    I need a rest server which is receive image + name and make AI recognition and send back jsons.

    Cutelyst very complex I dont need such complexity and want to be in QtCreator environment.

    Isnt there any simole solution for this ? Any example from Qt Universe ?

    PS : App is running on the Edge Device (Rpi4)

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Cutelyst provides an easy to use starting point. If that does not suite you, you can check QHttpServer.

      Depending on what you are going to use to do your AI stuff, you might want to consider other frameworks in the language matching the tools you are going to use.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RahibeMeryem
        wrote on last edited by
        #3

        Is there any simple way in Qt to receive form data with image and respond json or string without using 3rd party cumbersome library ? I will use it on the raspi4 and only one client will be communicate.

        JonBJ 1 Reply Last reply
        0
        • R RahibeMeryem

          Is there any simple way in Qt to receive form data with image and respond json or string without using 3rd party cumbersome library ? I will use it on the raspi4 and only one client will be communicate.

          JonBJ Online
          JonBJ Online
          JonB
          wrote on last edited by JonB
          #4

          @RahibeMeryem
          As @SGaist said, for something as specific as this there can't be something "out-of-the-box", if you don't like the Cutelyst code you need to write it yourself via QHttpServer.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            What are you going to use for your AI related activities ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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