Image Analysis is defined in wikipedia as “…the extraction of meaningful information from images; mainly from digital images by means of digital image processing techniques” With the advent of machine learning, Image Analysis is being offered as a Cognitive API offering by many AI/ML providers like AWS Recognition , Azure Computer Vision,and Google CloudVision . […]
Category Archives: AWS
Alexa tell me your Dev gotchas in 5 mins!!
Recently a customer wanted to experiment with Alexa for interacting with end users instead of having them select a bunch of options from a web/mobile app. Here is how Alexa works when defining a Custom Skill which is what we needed to make. We decided to do a quick POC in order to estimate […]
Choose your Serverless Framework!!
Almost all the projects we work on are cloud based applications. A common question that crops up every time we start looking to use serverless components in any project is which one?? Azure Functions or AWS Lambda( there are ofcourse others but these two seem to be our favorites at the moment). Both frameworks come […]
Migrating an existing WebAPI into Serverless functions!
We have been dabbling with Serverless computing for sometime now . Recently we decided to check if it made sense to convert an existing customer’s WebAPI into a set of serverless functions. The accompanying question was which would be the right stack? AWS Lambda or Azure Functions. We aim to pen down here what were […]