#6 · Primary category: Computer Vision
ultralytics
Ultralytics YOLO26, YOLO11, YOLOv8 — object detection, instance segmentation, semantic segmentation, image classification, pose estimation, object tracking
Project last updated:08/29/26
GitHub Stars
61.1K
Forks
11.7K
Contributors
443
License
AGPL-3.0
Why we included this project
Ultralytics is the YOLO library most computer vision work starts from. It ships a family of models, from YOLOv8 through YOLO11 to YOLO26, that cover object detection, instance and semantic segmentation, classification, pose estimation, and tracking through a single Python and CLI interface, so moving between tasks doesn't mean learning a new API. Pretrained weights download on first use, and the same workflow handles training on your own data, validation, prediction, and export to formats like ONNX. The docs are solid and the community is large enough that you'll rarely be stuck, which makes it a sensible default whether you're testing an idea quickly or building a production vision pipeline. The range of model sizes also helps when you need real-time inference on modest hardware and have to trade speed against accuracy.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)