awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
alex000kim avatar

alex000kim/nsfw_data_scraper

0
View on GitHub↗
12,575 stars·2,847 forks·Shell·MIT·12 views

Nsfw Data Scraper

This project is a machine learning data pipeline designed to automate the collection, curation, and preparation of large-scale image datasets. It functions as an image dataset scraper and computer vision curator, providing the necessary infrastructure to aggregate categorized files from web sources and organize them into structured directories for model development.

The system distinguishes itself through a batch-processing architecture that integrates data acquisition with automated integrity validation. By scanning files to remove corrupted or invalid images and applying deterministic partitioning to split collections into training and validation subsets, the framework ensures that datasets remain consistent and ready for machine learning workflows.

Beyond data management, the project includes capabilities for training convolutional neural networks. These tools allow users to develop and refine image classification models specifically for automated content moderation and pattern recognition tasks. The repository provides a collection of scripts that manage the entire lifecycle of image data, from initial web traversal to the final preparation of training sets.

Features

  • Convolutional Neural Networks - Provides a framework for training image classification models to automate content moderation and pattern recognition.
  • Dataset Curators - Manages large-scale image collections through automated integrity validation, directory structuring, and deterministic partitioning.
  • Image Dataset Scrapers - Automates the collection and organization of categorized image files from web sources to build training sets.
  • Content Moderation Tools - Trains neural networks to automatically detect and filter specific types of visual content within digital platforms.
  • Computer Vision Training - Provides standardized training routines for preparing and validating image-based neural network models.
  • Moderation Classifiers - Trains convolutional neural networks to identify specific content patterns for automated moderation tasks.
  • Model Training Pipelines - Provides scripts for preparing, cleaning, and splitting image datasets to facilitate model training and validation.
  • Machine Learning Datasets - Collects and organizes large sets of images from the web to build high-quality training data.
  • Automated Dataset Aggregators - Aggregates categorized image files from web sources to build comprehensive training sets.
  • Web Crawlers - Automates the traversal of web sources to fetch and store raw image files for dataset construction.
  • Data Preparation Tools - Cleans and structures downloaded images into directories suitable for machine learning ingestion.
  • Web Scraping - Automates the collection and cleaning of large-scale image files from web sources for research and development.
  • Deterministic Partitioners - Splits image collections into training and validation subsets using deterministic sampling to ensure unbiased evaluation.
  • Training and Evaluation Pipelines - Partitions image collections into training and testing sets to facilitate model evaluation and performance monitoring.
  • Batch Processing Pipelines - Orchestrates sequential data collection, cleaning, and partitioning tasks into efficient processing workflows.

Star history

Star history chart for alex000kim/nsfw_data_scraperStar history chart for alex000kim/nsfw_data_scraper

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Nsfw Data Scraper

These projects share indexed features with Nsfw Data Scraper. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • fafa-dl/awesome-backbonesFafa-DL avatar

    Fafa-DL/Awesome-Backbones

    1,945View on GitHub↗

    Awesome-Backbones is a modular deep learning framework designed for the end-to-end lifecycle of computer vision models. It provides an integrated platform for training, benchmarking, and deploying convolutional and transformer-based neural network architectures for image classification tasks. The framework distinguishes itself through a configuration-driven approach to model assembly, allowing users to define backbone, neck, and head components externally. It includes a specialized toolkit for model interpretability, utilizing gradient-based visualization techniques to generate class activati

    Pythoncnndeep-learningimage-classification
    View on GitHub↗1,945
  • lightly-ai/lightlylightly-ai avatar

    lightly-ai/lightly

    3,684View on GitHub↗

    Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,

    Pythoncomputer-visioncontrastive-learningcontributions-welcome
    View on GitHub↗3,684
  • nyandwi/machine_learning_completeNyandwi avatar

    Nyandwi/machine_learning_complete

    4,983View on GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    View on GitHub↗4,983
  • karpathy/nanogptkarpathy avatar

    karpathy/nanoGPT

    59,730View on GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predict subsequent elements. The project distinguishes itself through a focus on high-speed data ingestion and hardware-accelerated performance. It includes a dedicated pipeline for transforming raw text into memory-mapped binary files, which enables efficient streaming during traini

    Python
    View on GitHub↗59,730
Compare all 30 related projects→

Frequently asked questions

What does alex000kim/nsfw_data_scraper do?

This project is a machine learning data pipeline designed to automate the collection, curation, and preparation of large-scale image datasets. It functions as an image dataset scraper and computer vision curator, providing the necessary infrastructure to aggregate categorized files from web sources and organize them into structured directories for model development.

What are the main features of alex000kim/nsfw_data_scraper?

The main features of alex000kim/nsfw_data_scraper are: Convolutional Neural Networks, Dataset Curators, Image Dataset Scrapers, Content Moderation Tools, Computer Vision Training, Moderation Classifiers, Model Training Pipelines, Machine Learning Datasets.

Which projects share features with alex000kim/nsfw_data_scraper?

Projects with overlapping indexed features include: fafa-dl/awesome-backbones — Awesome-Backbones is a modular deep learning framework designed for the end-to-end lifecycle of computer vision… lightly-ai/lightly — Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… karpathy/nanogpt — nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It… zalandoresearch/fashion-mnist — This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy… code4craft/webmagic — Webmagic is a Java web crawling framework designed for building scalable automated crawlers to download and process…