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
facebookresearch avatar

facebookresearch/AugLy

0
View on GitHub↗
5,086 stars·312 forks·Python·17 viewsai.facebook.com/blog/augly-a-new-data-augmentation-library-to-help-build-more-robust-ai-models↗

AugLy

AugLy is a multimodal data augmentation library and machine learning dataset augmentor. It provides a system for generating synthetic variations of training data across audio, image, text, and video datasets to increase sample diversity and improve model robustness.

The library functions as a multimedia noise simulator, specifically designed to mimic real-world user captures by overlaying social media templates and internet artifacts onto media. It includes a data provenance tracker to record the specific transformations and intensity levels applied to each piece of augmented data.

The tool covers a broad range of dataset expansion capabilities, including linguistic transformations for text, temporal and visual transformations for video, and sonic transformations for audio.

Features

  • Dataset Augmentors - A tool for generating synthetic variations of training data to improve the robustness and generalization of AI models.
  • Multimedia Dataset Augmentation - Generates synthetic variations of training data across audio, image, text, and video datasets to increase sample diversity.
  • Training Data Augmentation - Applies sonic transformations to audio datasets to increase variety and robustness for machine learning models.
  • Image Augmentation - Applies visual transformations to image datasets to increase sample diversity and improve model robustness.
  • Audio Dataset Preprocessing - Applies transformations to audio files to create more varied training samples for sound recognition or processing models.
  • Image Dataset Expansion Frameworks - Applies visual transformations to image datasets to increase sample variety and help models generalize better.
  • Machine Learning Data Augmentation - Increases the diversity of audio, image, text, and video training sets to improve the robustness of machine learning models.
  • Multimodal Data Augmentation - Apply transformations to diverse datasets using logic-based rules to increase data variety.
  • Text Data Augmentation - Applies linguistic transformations to text datasets to increase sample diversity and improve model robustness.
  • Unified Multimodal APIs - Offers a unified API interface to apply transformations across diverse modalities including text, audio, and video.
  • Video Data Augmentation - Applies temporal and visual transformations to video datasets to expand the diversity of training samples.
  • Video Data Augmentations - Provides temporal and visual transformations for video clips to expand the diversity of machine learning training samples.
  • Social Media Noise Simulations - Simulates real-world user captures by overlaying social media templates and internet artifacts onto images and videos.
  • Augmentation Provenance Tracking - Includes a data provenance tracker to record the specific transformations and intensity levels applied to each augmented data point.
  • Internet Artifact Simulation - Overlays text or social elements onto media to mimic real-world user behavior and internet artifacts for robustness testing.
  • Social Media Capture Simulation - Overlays images or videos onto feed templates to mimic how users capture content in real-world social media environments.
  • Social Media Noise Simulation - Adds overlays and templates to media to mimic real-world social media screenshots for testing model robustness against noise.
  • UI Template Overlays - Combines media samples with predefined social media layout templates to simulate realistic user interface captures.
  • Data Provenance Recorders - Records the specific transformations and intensity levels applied to augmented data to maintain a clear history of provenance.
  • Computer Vision - Multimodal augmentation library.
  • Deep Learning and Computer Vision - Data augmentation library for multiple media types.
  • Data Wrangling - Multi-modal data augmentation library for audio, image, and text.
  • Image Augmentation - Augmentation library for audio, image, text, and video data.

Star history

Star history chart for facebookresearch/auglyStar history chart for facebookresearch/augly

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to AugLy

Similar open-source projects, ranked by how many features they share with AugLy.
  • aleju/imgaugaleju avatar

    aleju/imgaug

    14,742View on 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

    Python
    View on GitHub↗14,742
  • albumentations-team/albumentationsalbumentations-team avatar

    albumentations-team/albumentations

    15,308View on GitHub↗

    Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc

    Python
    View on GitHub↗15,308
  • mdbloice/augmentormdbloice avatar

    mdbloice/Augmentor

    5,137View on GitHub↗

    Augmentor is a Python image augmentation library and framework designed to expand machine learning datasets. It functions as a preprocessing tool that generates synthetic image variations to increase data diversity and as a training data streamer that feeds augmented images and labels directly into neural network loops without requiring intermediate disk storage. The framework maintains spatial alignment between images and their corresponding masks, which is required for semantic segmentation training. It supports various geometric and pixel-level transformations, including elastic distortion

    Python
    View on GitHub↗5,137
  • albu/albumentationsalbu avatar

    albu/albumentations

    15,308View on 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

    Python
    View on GitHub↗15,308
See all 30 alternatives to AugLy→

Frequently asked questions

What does facebookresearch/augly do?

AugLy is a multimodal data augmentation library and machine learning dataset augmentor. It provides a system for generating synthetic variations of training data across audio, image, text, and video datasets to increase sample diversity and improve model robustness.

What are the main features of facebookresearch/augly?

The main features of facebookresearch/augly are: Dataset Augmentors, Multimedia Dataset Augmentation, Training Data Augmentation, Image Augmentation, Audio Dataset Preprocessing, Image Dataset Expansion Frameworks, Machine Learning Data Augmentation, Multimodal Data Augmentation.

What are some open-source alternatives to facebookresearch/augly?

Open-source alternatives to facebookresearch/augly include: aleju/imgaug — imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides… albumentations-team/albumentations — Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep… mdbloice/augmentor — Augmentor is a Python image augmentation library and framework designed to expand machine learning datasets. It… albu/albumentations — Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for… makcedward/nlpaug — nlpaug is a data augmentation library designed to generate synthetic text, audio, and spectrogram data to improve the… kornia/kornia — Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision…