Results 1 to 2 of 2

Thread: QT mobile app using Amazon Rekognition API as backend

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question QT mobile app using Amazon Rekognition API as backend

    Hello;

    I want to implement a QT mobile app which will use Amazon Rekognition API as backend.
    Trainings images are to be provided to the backend, the QT mobile app has to invoke backend to recognize
    test images.

    Any thoughts/examples/pointers?

    Thanks in advance

    Mut

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: QT mobile app using Amazon Rekognition API as backend

    You have nothing yet, and you already know it will be a Qt application??
    Using Qt is an implementation detail.
    So is using Amazon Recognition API.
    Your question also has nothing to do with Qt except for your wish to use it.
    So it seems you made a lot of implementation details decisions before you even have a general sketch of your applications design.
    I'd recommend to go the opposite way - first design the system, and differ implementation decisions to as late as possible.
    Implement only what you need when you need it, and only then make the decision on how to implement it and which technologies to use.

    Any thoughts/examples/pointers?
    The fact you are posting this in the QtQuick forum, suggest to me you are planning to implement the UI with QtQuick.
    That is a good (as any) place to start. (not where I would start, but each to his own).
    So do that part first, and use a dummy backend to allow your UI to work.
    Most probably by the time you finish this, a lot has changed in the way you view this application.
    Then, with the new insights start implementing your backend.

    You said practically nothing about the functionality of the application except that it might involve image recognition (and even that you didn't really explain - image recognition is a VERY broad term) - so examples and pointer are difficult to suggest.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Send XML 1st line to Amazon
    By Poonarge in forum Newbie
    Replies: 11
    Last Post: 10th July 2014, 12:28
  2. Replies: 8
    Last Post: 14th June 2013, 11:16
  3. Change phonon backend to vlc backend
    By stereoMatching in forum Newbie
    Replies: 1
    Last Post: 8th September 2012, 06:10
  4. JamDisk : Amazon S3 Client
    By tonyp13 in forum Qt-based Software
    Replies: 1
    Last Post: 27th March 2012, 15:46
  5. Get covers from amazon.com like in Amarok
    By jiveaxe in forum Qt Programming
    Replies: 2
    Last Post: 18th April 2008, 09:29

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.