Metadata-Version: 2.1
Name: adversarial-examples
Version: 0.1.1
Summary: Create adversarial images that make a neural network misclassify them.
License: MIT
Author: Sebastian Sosa
Author-email: ssosarippe@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pillow (>=10.2.0,<11.0.0)
Requires-Dist: torch (>=2.2.1,<3.0.0)
Requires-Dist: torchvision (>=0.17.1,<0.18.0)
Description-Content-Type: text/markdown

# Adversarial Examples

Create adversarial images that make a neural network misclassify them.

