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.

Google Stock Price Prediction using LSTM

Google Stock Price Prediction using LSTM – with source code – easiest explanation – 2025

So guys in today’s blog we will see how we can perform Google’s stock price prediction using our Keras’ LSTMs model trained on past stocks data. So without any further due, Let’s do it… Step 1 – Importing required libraries. Step 2 – Reading our training data. Step 3 – Getting our training data in

Google Stock Price Prediction using LSTM – with source code – easiest explanation – 2025 Read More »

Image Captioning using Deep Learning

Image Captioning using Deep Learning – with source code – easy explanation – 2025

So guys in today’s blog we will implement the Image Captioning project which is a very advanced project. We will use a combination of LSTMs and CNNs for this use case. So without any further due, Let’s do it… Step 1 – Importing required libraries for Image Captioning. Step 2 – Extract features from the

Image Captioning using Deep Learning – with source code – easy explanation – 2025 Read More »

Generating cifar 10 fake images using DCGAN

Generating cifar-10 fake images using Deep Convolutional Generative Adversarial Networks (DCGAN) – 2025

So guys in today’s blog we will see that how can we build some real-looking fake images, using Deep Convolutional Generative Adversarial Networks or DCGANs. GANs are basically known for their two networks, Generative network, and Discriminative network. We train our Discriminative model in such a way that it can tell us that which image

Generating cifar-10 fake images using Deep Convolutional Generative Adversarial Networks (DCGAN) – 2025 Read More »

Helmet and Number Plate Detection and Recognition using YOLOv3

Helmet and Number Plate Detection and Recognition using YOLOv3 – interesting project – 2025

So guys in this blog we will see how we can implement Helmet and Number Plate Detection and Recognition in Python using YOLOv3 and some other Computer Vision techniques. This is a very advanced project which you can use for your college minor projects as well as major projects. So without wasting any further time.

Helmet and Number Plate Detection and Recognition using YOLOv3 – interesting project – 2025 Read More »

healthcure an all in one medical solution

HealthCure – an all in one medical solution – medical project – 7 disease detections – 2025

So guys here comes one of the most advanced data science medical projects that I have done till now in my whole Data Science journey. It is called HealthCure which is an all-in-one medical solution. We know the future is all about AI so here is my idea of bringing 7 disease detections under one

HealthCure – an all in one medical solution – medical project – 7 disease detections – 2025 Read More »

Scroll to Top