I want to send images from my system continuously to Azure cloud and process the image on the cloud using Azure stream analytics.
Following are my requirements:
Send images from a client(my desktop) continuously to Azure.
Run my ML algorithm on the cloud on the received images.
Send the result(output image and metadata) back to the client(my system)
Which services/product of Azure would help me in doing this task in real-time??? And what the steps??