facebookresearch/augly

A data augmentations library for audio, image, text, and video.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 13th, 2026
Created on June 9th, 2021
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 312
Total Stargazers: 5,093 (+0)
Total Subscribers: 79 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

AugLy is a data augmentations library that supports audio, image, text, and video modalities with over 100 augmentations.

The library addresses the need to improve model robustness through data augmentation and evaluation. It provides both function-based and class-based transforms with composition operators, and can return metadata about applied transformations including their intensity. The tool is designed around augmentations that reflect real-world user behavior on internet platforms, such as converting images to memes, overlaying text and emojis on images and videos, and reposting screenshots from social media.

AugLy is particularly suited for problems where these internet-native augmentations are relevant, such as copy detection, hate speech detection, and copyright infringement. The library also includes more generic augmentations for general-purpose use. Developers can choose to install dependencies for specific modalities rather than the full library, and the tool works with Python 3.6 and later.

The project maintains active test coverage through continuous integration workflows. Contributions are welcomed according to the repository guidelines, and the work has been formally documented through academic citation.