.gitignore
LICENSE
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.py
docs/.buildinfo
docs/.nojekyll
docs/aiml.attack.html
docs/aiml.evaluation.html
docs/aiml.html
docs/aiml.load_data.html
docs/aiml.surrogate_model.html
docs/genindex.html
docs/index.html
docs/modules.html
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_modules/index.html
docs/_modules/aiml/attack/adversarial_attacks.html
docs/_modules/aiml/attack/attack_evaluation.html
docs/_modules/aiml/evaluation/check_accuracy.html
docs/_modules/aiml/evaluation/dynamic.html
docs/_modules/aiml/evaluation/evaluate.html
docs/_modules/aiml/load_data/generate_parameter.html
docs/_modules/aiml/load_data/load_model.html
docs/_modules/aiml/load_data/load_set.html
docs/_modules/aiml/load_data/normalize_datasets.html
docs/_modules/aiml/surrogate_model/create_surrogate_model.html
docs/_modules/aiml/surrogate_model/models.html
docs/_modules/aiml/surrogate_model/utils.html
docs/_static/_sphinx_javascript_frameworks_compat.js
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/js/badge_only.js
docs/_static/js/html5shiv-printshiv.min.js
docs/_static/js/html5shiv.min.js
docs/_static/js/theme.js
examples/demo_basic.ipynb
examples/demo_basic_model.pth
examples/demo_huggingface.ipynb
examples/demo_robustbench.ipynb
images/evaluation_example.png
images/image_sample.png
images/img_overview.png
images/logo.png
images/workflow_overview.png
sphinx/Makefile
sphinx/aiml.attack.rst
sphinx/aiml.evaluation.rst
sphinx/aiml.load_data.rst
sphinx/aiml.rst
sphinx/aiml.surrogate_model.rst
sphinx/conf.py
sphinx/index.rst
sphinx/make.bat
sphinx/modules.rst
src/adversarial_insight_ml.egg-info/PKG-INFO
src/adversarial_insight_ml.egg-info/SOURCES.txt
src/adversarial_insight_ml.egg-info/dependency_links.txt
src/adversarial_insight_ml.egg-info/requires.txt
src/adversarial_insight_ml.egg-info/top_level.txt
src/aiml/__init__.py
src/aiml/attack/__init__.py
src/aiml/attack/adversarial_attacks.py
src/aiml/attack/attack_evaluation.py
src/aiml/evaluation/__init__.py
src/aiml/evaluation/check_accuracy.py
src/aiml/evaluation/dynamic.py
src/aiml/evaluation/evaluate.py
src/aiml/load_data/__init__.py
src/aiml/load_data/generate_parameter.py
src/aiml/load_data/load_model.py
src/aiml/load_data/load_set.py
src/aiml/load_data/normalize_datasets.py
src/aiml/surrogate_model/__init__.py
src/aiml/surrogate_model/create_surrogate_model.py
src/aiml/surrogate_model/models.py
src/aiml/surrogate_model/utils.py
tests/test_load_data.py
tests/test_surrogate_model.py