# whitebox-adversarial-toolbox **Repository Path**: wuhanstudio/whitebox-adversarial-toolbox ## Basic Information - **Project Name**: whitebox-adversarial-toolbox - **Description**: Real-time White-Box attacks against Object Detection. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WHite-box Adversarial Toolbox (WHAT) [![CircleCI](https://circleci.com/gh/wuhanstudio/whitebox-adversarial-toolbox.svg?style=svg)](https://circleci.com/gh/wuhanstudio/whitebox-adversarial-toolbox) [![PyPI version](https://badge.fury.io/py/whitebox-adversarial-toolbox.svg)](https://badge.fury.io/py/whitebox-adversarial-toolbox) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whitebox-adversarial-toolbox)](https://pypi.org/project/whitebox-adversarial-toolbox/) A Python Library for Deep Learning Security that focuses on real-time white-box attacks. ## Installation ```python pip install whitebox-adversarial-toolbox ```