Skip to content

Commit

Permalink
Add README badges (#61)
Browse files Browse the repository at this point in the history
* Add test/pypi/PR badges to main README

* add DOI badge
  • Loading branch information
jbitton authored Jun 25, 2021
1 parent 91c922e commit 5a4fe38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<img src="logo.svg" alt="logo" width="70%" />
</p>

<div align="center">
<a href="https://github.com/facebookresearch/AugLy/actions">
<img alt="Github Actions" src="https://github.com/facebookresearch/AugLy/actions/workflows/test_python.yml/badge.svg"/>
</a>
<a href="https://pypi.python.org/pypi/augly">
<img alt="PyPI Version" src="https://img.shields.io/pypi/v/augly"/>
</a>
<a href="https://doi.org/10.5281/zenodo.5014032">
<img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.5014032.svg">
</a>
<a href="https://github.com/facebookresearch/AugLy/blob/main/CONTRIBUTING.md">
<img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/>
</a>
</div>

----------------------

AugLy is a data augmentations library that currently supports four modalities ([audio](augly/audio), [image](augly/image), [text](augly/text) & [video](augly/video)) and over 100 augmentations. Each modality’s augmentations are contained within its own sub-library. These sub-libraries include both function-based and class-based transforms, composition operators, and have the option to provide metadata about the transform applied, including its intensity.
Expand Down

0 comments on commit 5a4fe38

Please sign in to comment.