#29 · Primary category: Computer Vision
labelme
Image annotation with Python. Supports polygon, rectangle, circle, line, point, and AI-assisted annotation.
Project last updated:08/29/26
GitHub Stars
16.1K
Forks
3.7K
Contributors
86
License
GPL-3.0
Why we included this project
Labelme is the tool most teams reach for when they want to build their own computer vision dataset instead of paying for a hosted labeling service. It is a Qt-based graphical editor: you draw polygons, rectangles, circles, lines, or points over an image, and it exports the annotations in VOC and COCO formats that segmentation, detection, and classification models can consume directly. The AI-assisted modes, built around models like SAM and YOLO-world, generate masks or annotations from a single point or a text prompt, which removes the most tedious part of labeling thousands of images. Since it is a plain Python package with a documented JSON annotation format, you can script it and extend it, or drop it into your own data-prep pipeline. If you are putting together a custom dataset for a vision model, this is a solid, battle-tested place to start.
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)