#198 · Primary category: Computer Vision
cleanvision
Automatically find issues in image datasets and practice data-centric computer vision.
Project last updated:01/08/26
GitHub Stars
1.2K
Forks
83
Contributors
20
License
Apache-2.0
Why we included this project
Before training a computer vision model, it helps to know what is actually in your image folder, and CleanVision does that check for you. Point it at any directory of image files and it scans the raw pixels for the usual failure modes: blurry shots, under- or over-exposed images, near and exact duplicates, low-information frames, grayscale stragglers, and odd aspect ratios or sizes. The API is small, an Imagelab object with find_issues() and report() calls, and you can restrict the audit to just the issue types you care about. It accepts common image formats and handles local folders, torchvision datasets, or Hugging Face pulls the same way, so it works as an early sanity check inside an existing pipeline. If your problem is mislabeled images rather than bad pixels, the sibling cleanlab package is the better tool; for cleaning the images themselves, this is a fast pre-processing step worth running first.
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)