PDA

View Full Version : QT mobile app using Amazon Rekognition API as backend



mut
8th December 2017, 22:01
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

high_flyer
8th December 2017, 22:44
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.