awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesData Wrangling

Libraries for cleaning and augmenting datasets to improve model training.

Explore 5 awesome GitHub repositories matching part of an awesome list · Data Wrangling. Refine with filters or upvote what's useful.

Awesome Data Wrangling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • albu/albumentationsalbu 的头像

    albu/albumentations

    15,308在 GitHub 上查看↗

    Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for deep learning models. It provides a collection of transformations that modify pixel values and spatial geometry to increase the diversity of training samples and improve model generalization. The library supports both 2D image augmentation and 3D volumetric data augmentation. It handles a variety of labels alongside images, ensuring that bounding boxes, keypoints, and segmentation masks remain accurately aligned when spatial transformations are applied. The tool incorporates

    High-performance library for image augmentation tasks.

    Python
    在 GitHub 上查看↗15,308
  • aleju/imgaugaleju 的头像

    aleju/imgaug

    14,742在 GitHub 上查看↗

    imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides tools to increase the volume and variety of training sets by applying random geometric, color, and noise transformations to images. The library ensures spatial consistency by synchronizing transformations across images and their associated annotations, such as bounding boxes, keypoints, and segmentation maps. It uses a compositional pipeline pattern to chain multiple augmentations into sequences and employs deterministic seed management to reproduce specific data samples. The

    Library for image augmentation and keypoint transformation.

    Python
    在 GitHub 上查看↗14,742
  • mdbloice/augmentormdbloice 的头像

    mdbloice/Augmentor

    5,137在 GitHub 上查看↗

    Augmentor 是一个 Python 图像增强库和框架,旨在扩展机器学习数据集。它既是一个生成合成图像变体以增加数据多样性的预处理工具,也是一个训练数据流处理器,可将增强后的图像和标签直接馈送到神经网络循环中,而无需中间磁盘存储。 该框架保持图像与其对应掩码之间的空间对齐,这是语义分割训练所必需的。它支持多种几何和像素级变换,包括弹性形变、通过倾斜和扭曲进行的透视变换、旋转、剪切以及随机区域擦除。 该系统包含针对类别处理的策略以解决数据不平衡问题,并使用多线程来加速增强数据集的并行生成。它还提供了在预处理阶段清理和标准化原始图像文件的实用程序。

    User-friendly tool for image augmentation in classification tasks.

    Python
    在 GitHub 上查看↗5,137
  • facebookresearch/auglyfacebookresearch 的头像

    facebookresearch/AugLy

    5,086在 GitHub 上查看↗

    AugLy 是一个多模态数据增强库和机器学习数据集增强器。它提供了一个系统,用于在音频、图像、文本和视频数据集上生成训练数据的合成变体,以增加样本多样性并提高模型鲁棒性。 该库作为一个多媒体噪声模拟器,专门设计用于通过在媒体上叠加社交媒体模板和互联网伪影来模拟真实世界的用户捕获。它包括一个数据来源跟踪器,用于记录应用于每条增强数据的特定转换和强度级别。 该工具涵盖了广泛的数据集扩展功能,包括文本的语言转换、视频的时间和视觉转换以及音频的声学转换。

    Multi-modal data augmentation library for audio, image, and text.

    Python
    在 GitHub 上查看↗5,086
  • cgnorthcutt/cleanlabcgnorthcutt 的头像

    cgnorthcutt/cleanlab

    57在 GitHub 上查看↗

    Official cleanlab repo is at https://github.com/cleanlab/cleanlab

    Automated detection and correction of labeling errors in datasets.

    在 GitHub 上查看↗57
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Wrangling