28 Jan 2026 • 1 min read Launch: Workflows Builder 2.0 Workflows Builder 2.0 is here with a drag-to-connect interface that makes building and understanding computer vision pipelines faster and clearer.
16 Jan 2026 • 4 min read Building an AI-powered Bot to Beat the Chrome Dino Game In this blog post, I'll go through how I created a Bot that uses AI object detection model to beat the Chrome Dino game! You can also try it out directly by following the README on the GitHub repo. If someone prefers a video tutorial, you can watch
15 Jan 2026 • 4 min read Train a YOLO26 Instance Segmentation Model with Custom Data In this guide, we will demonstrate how to implement instance segmentation using the YOLO26 architecture. To follow along, we recommend opening the YOLO26 Instance Segmentation Colab Notebook. While object detection tells you where an object is with a box, instance segmentation takes it a step further by identifying the exact
14 Jan 2026 • 4 min read How to Train a YOLO26 Object Detection Model with Custom Data In this tutorial, we walkthrough how to train YOLO26 for object detection on a custom dataset. We recommend working through this blog post side-by-side with the YOLO26 Object Detection Colab notebook. You'll learn how to train a custom model to detect NBA players, referees, and basketballs. Set up