Machine Learning

Youtube Comments Extraction and Sentiment Analysis

Youtube Comments Extraction and Sentiment Analysis Flask App – with source code – 2025

Hey guys in this blog we will implement Youtube Comments Extraction and Sentiment Analysis in Python using Flask. It is going to be a very interesting project. So without any further due, let’s do it… YouTube is one of the most popular video-sharing platforms in the world, with over 2 billion monthly active users. As […]

Youtube Comments Extraction and Sentiment Analysis Flask App – with source code – 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 »

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 »

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 »

Pedestrian Detection using HOGs

Pedestrian Detection using HOGs in Python – simplest way – easy project – 2025

In today’s blog, we will perform pedestrian detection using HOG short for Histogram for Gradients. HOGs are great feature detectors and can also be used for object detection with SVM but due to many other State of the Art object detection algorithms like YOLO, and SSD, present out there, we don’t use HOGs much for

Pedestrian Detection using HOGs in Python – simplest way – easy project – 2025 Read More »

How to perform Face Recognition using KNN

How to perform Face Recognition using KNN – with source code – interesting project – 2025

So in today’s blog, we will see how we can perform Face Recognition using KNN (K-Nearest Neighbors Algorithm) and Haar cascades. Haar cascades are very fast as compared to other ways of detecting faces (like MTCNN) but with an accuracy tradeoff. Its accuracy is a bit less when compared with these big boys like MTCNNs.

How to perform Face Recognition using KNN – with source code – interesting project – 2025 Read More »

Scroll to Top