Hugging Face Endpoints on Azure

Hugging Face Endpoints on Azure

Last week at the Build conference, Microsoft presented a bunch of new ideas, improvements and platforms that it is gonna take us a couple of months to digest all of that. One of the most exciting news (at least for a bunch at Rubik’s Code) was that Azure will...
PyTorch for Beginners – Deploying Models with TorchServe

PyTorch for Beginners – Deploying Models with TorchServe

In the previous articles, we covered some PyTorch basics. First, we explored tensors, gradients and how we can use these concepts to write machine learning algorithms using this framework. Then we utilized that knowledge and used Pytorch for its main purpose –...
Deploying Machine Learning Models – pt. 1: Flask and REST API

Deploying Machine Learning Models – pt. 1: Flask and REST API

In this article, which is the first in the series, we explore how we can prepare a deep learning model for production and deploy it inside of Python Web application. This is just the first step in the long journey. In fact, deployment of Deep Learning models is an art...