Skip to content

Commit 5a4fe38

Browse files
authored
Add README badges (#61)
* Add test/pypi/PR badges to main README * add DOI badge
1 parent 91c922e commit 5a4fe38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
<img src="logo.svg" alt="logo" width="70%" />
33
</p>
44

5+
<div align="center">
6+
<a href="https://github.com/facebookresearch/AugLy/actions">
7+
<img alt="Github Actions" src="https://github.com/facebookresearch/AugLy/actions/workflows/test_python.yml/badge.svg"/>
8+
</a>
9+
<a href="https://pypi.python.org/pypi/augly">
10+
<img alt="PyPI Version" src="https://img.shields.io/pypi/v/augly"/>
11+
</a>
12+
<a href="https://doi.org/10.5281/zenodo.5014032">
13+
<img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.5014032.svg">
14+
</a>
15+
<a href="https://github.com/facebookresearch/AugLy/blob/main/CONTRIBUTING.md">
16+
<img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/>
17+
</a>
18+
</div>
19+
520
----------------------
621

722
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.

0 commit comments

Comments
 (0)