youtube image
From YouTube: gRPC April Meetup/ ML Microservices with gRPC and Python- by Andrej Baranovskij

Description

ML Microservices with gRPC and Python by Andrej Baranovskij, Founder/Senior Developer at Katana ML

Andrej Baranovskij, Founder/Senior Developer at Katana ML, will present "ML Microservices with gRPC and Python". ML logic flow can be complicated and it is advisable to split implementation into different services. For example, microservice for data preparation, another microservice for model training and so on. When logic flow is split into different services, we need to transfer large amounts of data between these services. Andrej will show how this can be achieved with gRPC.