Eran Feit Blog posts

How to Blur Objects in Real-time with YOLO11 and AI

YoloV11-Blur objects

Modern data privacy is no longer a luxury; it is a technical and legal mandate. As video surveillance and public live-streaming become ubiquitous, the need to protect sensitive information like faces and license plates has skyrocketed. This article explores a cutting-edge approach to real-time AI video blurring using the high-performance YOLO11 model. By the end […]

How to Blur Objects in Real-time with YOLO11 and AI Read More »

YOLOv11 Guide: Extract and Crop Objects from Video Python

Auto-Crop Objects with YOLOv11

Master Automation: Extract Objects from Video Python Building a high-quality dataset is often the most time-consuming part of any computer vision project. This article provides a comprehensive guide on how to Extract Objects from Video Python using the latest YOLOv11 framework and OpenCV. We move beyond simple detection and focus on the practical necessity of

YOLOv11 Guide: Extract and Crop Objects from Video Python Read More »

The Ultimate Guide: How to use Supervision with YOLOv8

Object Tracker with Supervision & YOLO

How to use Supervision with YOLOv8 is the most effective way to modernize your computer vision workflows by integrating the Ultralytics detection engine with a robust utility library. While YOLOv8 handles the heavy lifting of object detection and tracking, the Supervision library acts as the “Swiss Army Knife” for handling detections, filtering classes, and creating

The Ultimate Guide: How to use Supervision with YOLOv8 Read More »

How to Make YOLOv8 10x Faster using TensorRT 10

YOLOv8 TensorRT 10

Deploying high-accuracy object detection in production often reveals a critical bottleneck: inference latency. If you are struggling to achieve true real-time performance on NVIDIA hardware, learning how to optimize YOLOv8 with TensorRT 10 in Python is the ultimate solution. Standard PyTorch models introduce significant overhead that drains GPU memory and limits frame rates. By converting

How to Make YOLOv8 10x Faster using TensorRT 10 Read More »

Build Your Own YouTube AI Tracking System | YOLOv8 Norfair

Object Tracker with Norfair

This article provides a comprehensive technical walkthrough on implementing a professional-grade YOLOv8 Norfair tracking pipeline. By bridging the gap between raw object detection and persistent identity management, the guide addresses one of the most common hurdles in computer vision: maintaining a stable lock on subjects as they move through dynamic environments. Readers will learn how

Build Your Own YouTube AI Tracking System | YOLOv8 Norfair Read More »

The Ultimate AI Kit: 40 Models in 1 Python Script

TensorFlow 2 Object Detection Tutorial

Imagine having a library of the world’s most advanced computer vision models at your fingertips, ready to deploy with a single script. This article is a deep dive into the TensorFlow 2 Object Detection Tutorial ecosystem, specifically focusing on the “Model Zoo”—a repository of pre-trained architectures that allow you to skip the expensive and time-consuming

The Ultimate AI Kit: 40 Models in 1 Python Script Read More »

Fast Object Detection in Python with MediaPipe

MediaPipe Object Detection Python

In the rapidly evolving landscape of computer vision, building efficient, high-performance applications often feels like a choice between heavy, resource-hungry frameworks or overly simplified tools. This article focuses on MediaPipe Object Detection Python, a powerful solution from Google designed to bridge that gap by offering professional-grade accuracy with a lightweight footprint. Whether you are a

Fast Object Detection in Python with MediaPipe Read More »

Create Synthetic Data for Computer Vision Pipelines

Synthetic Data for Computer Vision

The process of manual data annotation has long been the most significant bottleneck in developing high-performance machine learning models. This tutorial focuses on a revolutionary shift in the industry: leveraging Synthetic Data for Computer Vision to bypass the tedious weeks spent in labeling software. By combining the generative power of Stable Diffusion with the intelligent

Create Synthetic Data for Computer Vision Pipelines Read More »

Detect Alzheimer’s: Deep Learning Python & Xception

Alzheimer’s detection deep learning python

In the rapidly evolving landscape of medical AI, the ability to translate raw clinical data into actionable diagnostic insights is a defining skill for the modern developer. This article is a deep-dive technical guide into building an Alzheimer’s detection deep learning python pipeline from scratch, specifically designed to bridge the gap between theoretical neural networks

Detect Alzheimer’s: Deep Learning Python & Xception Read More »

Butterfly Species Identification CNN with TensorFlow & Python

Butterfly Image Classification

Manual classification of Lepidoptera is a time-consuming task that requires significant expertise in entomology. In this comprehensive guide, you will master Butterfly Species Identification using CNN with TensorFlow and Python, transforming raw image data into a predictive computer vision model. We solve the challenge of automated biodiversity monitoring by building a custom Convolutional Neural Network

Butterfly Species Identification CNN with TensorFlow & Python Read More »

Eran Feit