Recent Posts

Machine Learning Evaluation Metrics

3 minute read

Introduction Evaluating your machine learning model is a crucial part of any project. Your model may give satisfactory results when evaluated using metrics ...

CT Windowing

4 minute read

Windowing if simply put, is an image processing task for a CT scan that helps highlighting key anatomy so that the images can be analyzed easily. In other w...

Transfer Learning using PyTorch

10 minute read

Today we learn how to perform transfer learning for image classification using PyTorch. Introduction

fastText

8 minute read

FastText is an open-source, free, lightweight library that allows users to learn text/word representations and text classifiers. The major benefits of using...

Build and Publish Docker image using Jenkins

3 minute read

Today we’re going to learn how to build a Docker image using Jenkinsfile from a git repository and push it to the Docker Hub. Create a new Jenkins Docker im...

AMD CPU review

2 minute read

AMD’s mainstream Ryzen chips are highly disruptive which include several families of various levels of potency. Ryzen chips introduce a completely new mother...

Set up Jenkins in Docker

1 minute read

In this blog, we learn how to run Jenkins in a Docker container. What is Jenkins? Jenkins is a self-contained, open-source automation server that can be us...

How to build a Flask app with WSGI and Nginx

6 minute read

In this blog, we learn how to build a movie quote generator flask application with Nginx using Gunicorn. Introduction Gunicorn Gunicorn (Green Unicorn) is...

Conda Docker tutorial

6 minute read

Conda is an open-source package manager that helps you quickly install, run and update packages and their dependencies. It helps you easily create, save, loa...

Dockerfile tutorial

4 minute read

Dockerfile is a text file that defines a set of commands or operations which aid you to build your own custom Docker image.

Dockerfile best practices

2 minute read

Learning Docker and building Docker images from Dockerfile can be daunting at times, especially when you are a beginner. Following are a few important points...

Windows Subsystem for Linux (WSL)

1 minute read

WSL is a tool that enables users to run Bash and core Linux command-line tools on Windows. Ain’t that awesome?! Introduction WSL has two different versions...

HP Envy x360 13 review

3 minute read

The Envy x360 13 series being a mid-range 2-in-1 convertible laptop beats most of the other laptops in the league. It is positioned above the cheaper Pavilio...