Posts by Sushant Shaw

Author Biographical Info: Someone who loves to code and build new stuff.

Human Pose estimation using OpenCV Python

By Sushant Shaw

Hey there everyone, today we see how we can locate joints/point of the human body and estimate its position. We will do this using OpenCV in Python. We will use an image(.jpg) file.... Read More

How to Load CSV data in TensorFlow | Python

By Sushant Shaw

Hey there everyone, Today we will learn how to load a CSV file data using TensorFlow in Python. For this tutorial, we are going to use Tensorflow 2.1. We will be loading a ‘..... Read More

DataFrame, date_range(), slice() in Python Pandas library

By Sushant Shaw

Hey there everyone, Today will learn about DataFrame, date_range(), and slice() in Pandas. We all know, Python is a powerful language, that allows us to use a variety of functions .... Read More

Real time object detection using TensorFlow in Python

By Sushant Shaw

Hey there everyone, Today we will learn real-time object detection using python. Tensorflow object detection API available on GitHub has made it a lot easier to train our model and.... Read More

Tensorflow linear model using kernel method in Python

By Sushant Shaw

Hey there everyone, Today we will learn how to create a linear model using kernel method in Python with Tensorflow. Also, we would be doing this using Tensorflow. Please make sure .... Read More

Create a custom activation function in Tensorflow

By Sushant Shaw

Hey there everyone, today we are going to learn, how we can create a custom activation function in TensorFlow Python library. Before trying to create a custom activation function, .... Read More

How to Add Watermark to a PDF File Using Python

By Sushant Shaw

Hey there everyone, Today we are going to learn how to add a watermark to a pdf file using Python. We will be using the PyPDF2 library of Python which is capable of merging two pdf.... Read More

Remove a Specific Color From An Image in Python

By Sushant Shaw

In this tutorial, we are going to learn how to remove a specific color from an image in the Python program. To achieve this, we will use the PIL python library. PIL allows us to ma.... Read More

Related Posts