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.

Neural Style Transfer

Neural Style Transfer – with source code – easiest explanation – fun project – 2025

Who said that only humans can create beautiful artwork? In today’s blog, we will see how a neural network application called Neural Style Transfer can create beautiful artworks which even humans can’t think of. So without any due, Let’s do it… Step 1 – Importing Libraries required for Neural Style Transfer. Step 2 – Read […]

Neural Style Transfer – with source code – easiest explanation – fun project – 2025 Read More »

Social Distancing using YOLOv3

Social Distancing using YOLOv3 – Object Detection – with source code – fun project – 2025

So guys, here comes one of the most awaited projects, Social Distancing using YOLOv3 and OpenCV. In this project, we will perform object detection on a camera’s live feed to check if Social Distancing is being maintained or not. So without any further due, Let’s do it… Create a conda environment and install the required

Social Distancing using YOLOv3 – Object Detection – with source code – fun project – 2025 Read More »

Milk Production prediction for next year using LSTM

Milk Production prediction for next year using LSTM – with source code – easiest explanation – 2025

So guys in today’s blog we will implement the Milk Production prediction for the next year with the previous 13-year milk production data. We will use LSTM for this project because of the fact that the data is Sequential. So without any further due, Let’s do it… Step 1 – Importing required libraries. Step 2

Milk Production prediction for next year using LSTM – with source code – easiest explanation – 2025 Read More »

Emotion Detector using Keras

Emotion Detector using Keras – with source code – easiest way – easy implementation – 2025

So guys in today’s blog we will be building an Emotion Detector model in Keras using Convolutional Neural Networks. This is one of my favorite projects, and that’s why I am very excited to start with it, so without any further due, Let’s do it… Step 1 – Importing required libraries for Emotion Detector. Step

Emotion Detector using Keras – with source code – easiest way – easy implementation – 2025 Read More »

Face Recognition based Attendance System

Face Recognition Based Attendance System using Python – With Source Code – 2025

So guys here comes the most awaited project of machine learning Face Recognition based Attendance System. As the name says this project takes attendance using biometrics (in this case face) and is one of the most famous projects among college students out there. I have tried to make the project the easiest way possible. So

Face Recognition Based Attendance System using Python – With Source Code – 2025 Read More »

Singular Value Decomposition

Singular Value Decomposition – with source code – easiest way – 2025

So guys, in today’s blog we will see that how we can perform Singular Value Decomposition of some book titles we are having in our dataset using TruncatedSVD. This transformer performs linear dimensionality reduction by means of truncated singular value decomposition (SVD). Contrary to PCA, this estimator does not center the data before computing the

Singular Value Decomposition – with source code – easiest way – 2025 Read More »

Scroll to Top