Abhishek Sharma

Started my Data Science journey in my 2nd year of college and since then continuously into it because of the magical powers of ML and continuously doing projects in almost every domain of AI like ML, DL, CV, NLP.

Face and eye detection in cv2

Face and Eye detection in cv2 using Haarcascades – with source code – easiest way – 2025

So in today’s very interesting blog, we will see how we can perform face and eye detection in cv2 using Haarcascades. This is going to be a very easy and fun project. Remember it’s only detection and not recognition. This is going to be a very interesting blog, so without any further due, Let’s do […]

Face and Eye detection in cv2 using Haarcascades – with source code – easiest way – 2025 Read More »

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 »

Scroll to Top