Machine Learning

Machine Learning Projects

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

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 – 2023 Read More »

Machine Learning Projects

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

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 – 2023 Read More »

Machine Learning Projects

Object Detection using SSD – with source code – easiest way – fun project –2023

So guys in today’s blog we will see how can we perform Object Detection using SSD in the simplest way possible. SSDs are very fast in Object Detection when compared to those big boys like R-CNN or Fast R-CNN, etc. This is going to be a very fun project with endless use cases. So without …

Object Detection using SSD – with source code – easiest way – fun project –2023 Read More »

Machine Learning Projects

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

So guys guys guys, here come one of the most awaited projects, Social Distancing using YOLOv3 and OpenCV. In this project, we performed object detection on a camera’s live feed or video to check if Social Distancing is being followed or not in a locality. So without any further due, Let’s do it… Create a …

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

Machine Learning Projects

Face Recognition-Based Attendance System with source code – Flask App – With GUI – 2023

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 without …

Face Recognition-Based Attendance System with source code – Flask App – With GUI – 2023 Read More »

Machine Learning Projects

Self Organizing Maps – simplest way – with source code – 2023

In today’s blog, we will see how we can implement self organizing maps in Python. This is going to be a very short blog. So without any further due, Let’s do it… Code for Self Organizing Maps… Final Results… Download the Source code… Do let me know if there’s any query regarding the project by …

Self Organizing Maps – simplest way – with source code – 2023 Read More »

Machine Learning Projects

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

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 – 2023 Read More »

Machine Learning Projects

IPL Score Prediction with Flask app – with source code – 2023

In today’s blog, we will build an IPL Score Prediction model using Ridge Regression which is just an upgraded form of Linear Regression. We have the IPL data from 2008 to 2017. We will also be building a beautiful-looking GUI using HTML and CSS, so without any further due, Let’s do it… Create a conda …

IPL Score Prediction with Flask app – with source code – 2023 Read More »

Machine Learning Projects

Weight Category prediction using Random Forest – with source code – 2023

So in today’s blog, we are going to perform the weight category prediction of a person given height, weight, and gender with the help of the Random Forest algorithm. This is going to be a very interesting blog, so without any further due, let’s do it… Checkout the video here – https://youtu.be/YmZe9lreH4M Code for weight …

Weight Category prediction using Random Forest – with source code – 2023 Read More »

Machine Learning Projects

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

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 – 2023 Read More »