Harrys Invisibility Cloak

Harry’s Invisibility Cloak – less than 50 lines of code – with source code – easiest explanation – 2025

So guys, one of the most awaited blogs is here. Today we are going to code Harry’s Invisibility Cloak in less than 50 lines of code and you will be totally amazed after watching the results. Yeah Yeah, I know you can’t control your emotions 🙂 Sneak Peek at our Result… This is going to […]

Harry’s Invisibility Cloak – less than 50 lines of code – with source code – easiest explanation – 2025 Read More »

Spam Detection using Count Vectorizer

Spam Detection using Count Vectorizer – with source code – easy explanation – 2025

In today’s blog, we will see how we can perform Spam detection in the simplest way possible with the help of a Count Vectorizer and Multinomial Naive Bayes algorithm. This is going to be a very fun project. So without any further due, Let’s do it… Checkout the video here – https://youtu.be/hc70yiJUsc4 Step 1 –

Spam Detection using Count Vectorizer – with source code – easy explanation – 2025 Read More »

House Tax Prediction using Random Forest

House Tax Prediction using Random Forest – Boston Housing Data – with source code – 2025

In this blog, we will be performing House Tax Prediction using the Random Forest algorithm. We will be using the very famous Boston Housing Data for this problem. So without further due, Let’s do it… Checkout the video here – https://youtu.be/xNIvhWZzoew Step 1 – Importing required packages. Step 2 – Reading our data. Step 3

House Tax Prediction using Random Forest – Boston Housing Data – with source code – 2025 Read More »

repair damaged images using inpainting methods

How to repair damaged images using inpainting methods in Python using OpenCV – 2025

In today’s blog, we will see that how we can repair damaged images in Python using inpainting methods of OpenCV. This is gonna be a very fun project, So without any further due, let’s dive into it. Image inpainting is the process of removing damage, such as noises, strokes, or text, on images. It is particularly

How to repair damaged images using inpainting methods in Python using OpenCV – 2025 Read More »

generate negative images in Python

How to generate negative images in Python using OpenCV – interesting project – 2025

So, in today’s blog of this OpenCV series, we are going to generate a negative image. Talking about negatives, it’s a very nostalgic feeling because nowadays we are not used to seeing negatives but about 10-15 years ago, first of all, negatives were generated, and then the original images. This is going to be a

How to generate negative images in Python using OpenCV – interesting project – 2025 Read More »

detect edges using Laplacian 2nd order derivative

How to detect edges using Laplacian 2nd order derivative in Python using OpenCV – easy project – 2025

In today’s blog of this OpenCV series, we are going to implement a Laplacian High Pass Filter or Laplacian 2nd order derivative for images which is a very useful image processing mostly used in defense domains (in missiles or tanks) to track down enemy’s tanks and trucks and destroy them. This is going to be

How to detect edges using Laplacian 2nd order derivative in Python using OpenCV – easy project – 2025 Read More »

Scroll to Top