Saurabh Kumar Singh
  • Blog
  • Projects
  • About Me
  • Resources
    LinkedIn Resume

Blog


Blogs for my experiments.
Index

Leveraging NVIDIA’s NvDsAnalytics Plugin for Entry-Exit People Count

Using Nvidia Deepstream framework to extract insights from CCTV

Posted on August 28, 2020

In this blog post, we are going to discuss How SmartCow leveraging NvDsAnalytics Plugin for counting Entry-Exit of People, which is configurable via User Interface developed by SmartCow. [Read More]
Tags: blog Nvidia Deepstream

Vector Multiplication Using CUDA : A Complete Coding Walkthrough

Comparison of execution time for CPU and GPU

Posted on April 30, 2020

We will write a CUDA program to multiply two vectors, each having 10000 elements. Print the result. Print the execution time for GPU. Run the same code for CPU and print the execution time. Compare both execution time and explanation. [Read More]
Tags: blog popular cuda programming

Introduction to CUDA : The Beginner's Guide

What is CUDA and CUDA architecture?

Posted on April 25, 2020

CUDA is a parallel computing platform and programming model developed by Nvidia for general computing on its own GPUs (graphics processing units). CUDA enables developers to speed up compute-intensive applications by harnessing the power of GPUs for the parallelizable part of the computation. [Read More]
Tags: blog cuda

Setting UP the Littlest JupyterHub

TLJH to provide Jupyter Notebooks to multiple users on a single server

Posted on April 22, 2020

We will see how to setup JupterHub to create multiple users where they can work on multiple individual Jupyter Notebook on a single server. [Read More]
Tags: blog popular docker jupyter

Setting Up a Private Docker Registry : A Complete guide

A private Docker registry gives you better performances for big clusters and high-frequency roll-outs, plus added features like access authentication.

Posted on April 22, 2020

Docker has it’s own free docker registry Docker Hub from where anyone can push or pull the images. [Read More]
Tags: blog Docker Docker-Registry Tech-Blog
  • Email me
  • GitHub
  • Twitter
  • LinkedIn

Saurabh Kumar Singh  •  2024

Theme by beautiful-jekyll