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 »

Face Landmarks Detection using dlib

Face Landmarks Detection using dlib – with source code – easy implementation – 2025

So guys in today’s blog we will implement the Face Landmarks Detection using the dlib library. We will perform both the 68-point and 5-point detections. Below is an illustration of 68 Face Landmarks. So without any further due, let’s do it… Install dlib Code for Face Landmarks Detection… Results 68 Face Landmark Result 5 Face

Face Landmarks Detection using dlib – with source code – easy implementation – 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 »

Flight Price Prediction

Flight Price Prediction with Flask app – with source code – data visualizations – interesting project – 2025

So guys here is yet another one of the most favorite projects of mine. In this blog, we will be implementing a Flight Price Prediction model using different techniques and also we will be performing some data visualizations to better understand our data. Checkout the video demonstration here – https://youtu.be/LFQ2JwEVf6M So without any further due,

Flight Price Prediction with Flask app – with source code – data visualizations – interesting project – 2025 Read More »

House Price Prediction

House Price Prediction – USA Housing Data – with source code – easy project – 2025

House Price Prediction Project proves to be the Hello World of the Machine Learning world. It is a very easy project which simply uses Linear Regression to predict house prices. This is going to be a very short blog, so without any further due, Let’s do it… Checkout the video here – https://youtu.be/Hlr6y6youhI Step 1

House Price Prediction – USA Housing Data – with source code – easy project – 2025 Read More »

Stock Sentiment Analysis using headlines

Stock Sentiment Analysis using headlines – with source code – easiest explanation – 2025

In today’s blog, we will see how we can perform stock sentiment analysis using the headlines of a newspaper. We will predict if the stock market will go up or down. This is a simple but very interesting project due to its prediction power, so without any further due, Let’s do it… Step 1 –

Stock Sentiment Analysis using headlines – with source code – easiest explanation – 2025 Read More »

Scroll to Top