Posts by Sushant Shaw
Author Biographical Info: Someone who loves to code and build new stuff.
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
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
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
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
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
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
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
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