dsgiitr/adversarial_lab

Addition of "Download Image" option on the main website

Heril18 opened this issue · 0 comments

Addition of functionality to allow download of the adversarially perturbed images.

Task - Setting up of "Download Command" in the website code and deploying the Download Button on the website.

  • Difficulty Level : Hard

  • Task Description -

Create a functional "Download Image" button for each of the web pages demonstrating attacks present in adversarial_lab/template which would download the adversarially perturbed image to the user's device.

  • Steps to be followed -

  • Edit the .HTML files in adversarial_lab/template to add a download button in an appropriate position for each of the web pages with the functionality for downloading the adversarially perturbed image.
  • Make use of the javascript download functionality described here.
  • Make sure that the download button is present at a constant location for each of the web pages containing attack demonstrations.