Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo authored Sep 19, 2024
1 parent 28e5a72 commit 227f008
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# 🛡 torchattack

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![lint](https://github.com/daisylab-bit/torchattack/actions/workflows/lint.yml/badge.svg)](https://github.com/daisylab-bit/torchattack/actions/workflows/lint.yml)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/daisylab-bit/torchattack)](https://github.com/daisylab-bit/torchattack/releases/latest)

A set of adversarial attacks in PyTorch.
<div align="center">
<div><img src="https://github.com/user-attachments/assets/6e94a09e-557e-4705-a80d-f1ca90a23421" alt="torchattack banner" width="640" /></div>

<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="Ruff">
</a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
</a>
<a href="https://github.com/daisylab-bit/torchattack/actions/workflows/lint.yml">
<img src="https://github.com/daisylab-bit/torchattack/actions/workflows/lint.yml/badge.svg" alt="lint">
</a>
<a href="https://github.com/daisylab-bit/torchattack/releases/latest">
<img src="https://img.shields.io/github/v/release/daisylab-bit/torchattack" alt="GitHub release (latest by date)">
</a>
</div>

---

🛡 **torchattack** - A set of adversarial attacks in PyTorch.

```shell
# Install from github source
Expand Down

0 comments on commit 227f008

Please sign in to comment.