AdversarialDNN-Playground
VizSec17: Web-based visualization tool for adversarial machine learning / LiveDemo
File Explorer
Download Latest Version (.zip)- paper.pdf
- paperRevised_V2.pdf
- presentation.pdf
- cleverhans
- cleverhans_analyze.py
- fjsma_analyze.py
- run_experiment.sh
- tests.py
- images_to_generate.csv
- json_gen.py
- search_images.py
- __init__.py
- checkpoint
- l0_model.py
- linf_model.py
- mnist-model.data-00000-of-00001
- mnist-model.index
- mnist-model.meta
- mnist_model.py
- seeds.json
- bootstrap-theme.css
- bootstrap-theme.css.map
- bootstrap-theme.min.css
- bootstrap-theme.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- ie10-viewport-bug-workaround.js.txt
- npm.js
- 0.png
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9 (Misclassified).png
- 9.png
- bootstrap-slider.min.css
- bootstrap-slider.min.js
- custom.css
- fgs-attack.png
- image-picker
- jsma-attack.png
- base.html
- fastgradientsign.html
- fjsma.html
- index.html
- jsma.html
- __init__.py
- views.py
- vizscripts.js
- .gitignore
- .gitmodules
- config.py
- LICENSE
- presentation.pdf
- README.md
- requirements.txt
- run.py
# Installation Guide
1. Get the code
git clone https://github.com/QData/AdversarialDNN-Playground
Downloads the entire project code from GitHub to your computer.
cd AdversarialDNN-Playground
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip3 -r install requirements.txt
Type this command into your terminal and run it.
pip3 install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
sudo -H pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
