...

OpenCV

Learn more , How to use OpenCV for computer vision tasks

How to Build a Poker Hand Scanner via Card Recognition API

Real time card detection

Complete Guide to Integrating the Computer Vision Playing Card Detection API Deploying a dedicated card recognition api allows developers to instantly embed advanced computer vision capabilities directly into production environments without managing underlying GPU clusters or machine learning dependencies. Building high-performance image recognition models manually requires immense computational power, months of data annotation, and fine-tuning […]

How to Build a Poker Hand Scanner via Card Recognition API Read More »

How to Customize Bounding Boxes in Ultralytics YOLO

How to Use YOLO11 Text Annotations

The world of computer vision moves fast, and the release of YOLO11 has brought incredible speed and accuracy to real-time object detection. However, raw model predictions are only half the battle; how you visualize and communicate those predictions inside your application matters just as much. This article explores how to break away from generic, rigid

How to Customize Bounding Boxes in Ultralytics YOLO Read More »

How to Track and Filter Custom Classes with YOLO11 Object Counting

How to Track and Count Objects Using YOLO11

Computer vision is evolving rapidly, and the release of Ultralytics YOLO11 brings unprecedented speed and accuracy to real-time video analytics. This article provides a hands-on, production-ready guide to implementing a yolo11 object counting python workflow capable of detecting, tracking, and logging specific moving entities. By combining state-of-the-art deep learning models with practical frame-by-frame processing, we

How to Track and Filter Custom Classes with YOLO11 Object Counting Read More »

MediaPipe image classifier Python with EfficientNet-Lite0

mediapipe image classifier python

Ever wanted a quick way to recognize what’s inside a photo without training a model or building a huge pipeline.This article is about running MediaPipe image classifier Python code end-to-end, using a lightweight EfficientNet-Lite0 TensorFlow Lite model to classify a real image in seconds. The real value here is that you get a working, practical

MediaPipe image classifier Python with EfficientNet-Lite0 Read More »

Instance Segmentation Python Tutorial Using YOLO Models in videos

Track Dogs in Real-Time

Can I Track Dogs in Real-Time with YOLOv11? Instance segmentation is one of the most practical upgrades you can make when object detection alone is not enough.Instead of returning just a bounding box, it predicts a precise pixel mask for every object.That means you can measure shape, area, overlap, and exact boundaries, which is essential

Instance Segmentation Python Tutorial Using YOLO Models in videos Read More »

Image Segmentation with MediaPipe: Replace Background

Replace the background with new image

Introduction Image segmentation with mediapipe is a practical way to separate a subject from its surroundings at the pixel level.Instead of drawing a rectangle around an object, segmentation creates a mask that follows the object’s real outline.That makes edits like background replacement look much cleaner and more realistic. In this tutorial idea, the goal is

Image Segmentation with MediaPipe: Replace Background Read More »

A Revolutionary Way to Play Atari 2600 – ( Play Atari 2600 with AI )

AtariMediaPipe

Link to the code here : https://eranfeit.lemonsqueezy.com/buy/689397c8-48d0-4c1a-9ebd-ea4d30be60c8 or here : https://ko-fi.com/s/33640134f0 This new, amazing concept of playing Atari 2600 games is based on using your hands instead of a joystick. Play Atari with AIEvery movement in the game is done by the hands. You can control the game with no joystick. Yes, no Joystick!!! The

A Revolutionary Way to Play Atari 2600 – ( Play Atari 2600 with AI ) Read More »

Real-Time Object Detection in Python with Voice Commands (OpenCV + YOLOv4-tiny)

How to detect object using voice yolo tutorial

You can find the video here : https://www.youtube.com/watch?v=fd1msoIpM5Q What you’ll build A Python app that listens for your voice command (for example, “person”, “bottle”, “dog”) and highlights only those objects in the webcam stream. We’ll use: By the end, you’ll speak a class name and the app will box just those detections. You can find

Real-Time Object Detection in Python with Voice Commands (OpenCV + YOLOv4-tiny) Read More »

Eran Feit