Techno Blender
Digitally Yours.
Browsing Tag

Bogdan

Teenage Engineering’s New Toy is a $2,000 Choir of Singing Dolls

It’s now all but impossible to predict what Teenage Engineering’s next musical contraption will be. As the company has started to extend its design prowess to other products, like the Playdate handheld, it seems more comfortable getting experimental with its own hardware, as is evident by this collection of wooden dolls that can ‘sing’ individually, or as part of a larger, expensive choir.The last major release from Teenage Engineering was the PO-80 Record Factory: a very non-digital music toy that can actually be used to…

Building a Health Entity labelling service using Azure Kubernetes Service, Seldon Core and Azure Cognitive | by Bogdan Cojocar | Jun, 2022

In this tutorial we will build an inference service entirely in Kubernetes in the Azure ecosystemPhoto by Pixabay from PexelsIn this tutorial we will use the following technologies:AKS: Azure Kubernetes Service on Azure cloud as our platform to deploy the ML modelSeldon core: Open-source platform for rapidly deploying machine learning models on Kubernetescdktf: will allow us to build infrastructure in Azure cloud in pythonAzure Cognitive Services: ready-made AI services in Azure that can be accessed via APIss2i: A comand…

Building a Serverless Azure ML Service Using Cognitive and CDKTF | by Bogdan Cojocar | May, 2022

In this tutorial we will go over using cloud services such as Azure Functions and Cognitive to build a sentiment analysis servicePhoto by Aleksandar Pasaric from PexelsTo build our service we will use the following:cdktf: will allow us to build infrastructure in Azure cloud in pythonazure functions: serverless cloud service used to run applicationsazure cognitive services: ready-made AI services that can be accessed via APIsvs code: code editor used to write our apps and deploy azure functionsTL;DR: The code is on…