Computer Vision

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 »

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 »

Scroll to Top