#85 · Primary category: Computer Vision
nsfw_data_scraper
Collection of scripts to aggregate image data for the purposes of training an NSFW Image Classifier
Project last updated:01/21/24
GitHub Stars
12.6K
Forks
2.8K
Contributors
7
License
MIT
Why we included this project
Anyone who has tried to train a content moderation filter learns fast that the bottleneck is the data, not the model. This project is a set of Docker-wrapped shell scripts that crawl subreddits and other Ripme-supported sources to pull tens of thousands of images into five loose classes spanning pornography, hentai, and non-pornographic explicit material, plus safe-for-work photos and drawings. The maintainer already ran the URL-gathering step, so the repo ships with pre-scraped URL lists, and the later scripts split the downloads into train and test folders while removing corrupted files. He is upfront that the dataset is noisy and expects you to clean it before training, which is a fair trade for skipping most of the tedious scraping. If you want a working classifier end to end, there is also a fastai notebook in the repo.
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)