• Introduction to Pytorch and Tensors

    Pytorch is a free and open-source deep-learning framework developed by Meta and based on the Torch library. It is used mainly for machine learning tasks like computer vision, natural language processing, and speech recognition. In this post, you will discover the Pytorch library for Deep Learning. What Is Pytorch? Pytorch is an open-source deep learning…

  • Introduction to Microservices for Data Scientists

    As a brief definition, Microservices is an architecture used in software development. Every data scientist needs to have minimum knowledge of DevOps concepts to be able to deploy their own app. In this article, we are going to answer the following questions: What are microservices, why do we need them, how do they connect with…

  • Deploy a Tensorflow App using Flask and Docker

    In this article, I will go through dockerizing a flask deep learning app. The project is divided into 2 parts. The first part consists of creating the TensorFlow app using Flask. You can find the first part here. In the second part (this article), we will containerize this app using Docker. Tensorflow app using docker…