afislonge / deepfake-detection-project

Our project aims to develop a machine learning model to compare and contrast images sourced from Flickr, a platform with user-uploaded photographs, against those generated by ThisPersonDoesNotExist, which uses generative adversarial networks (GANs) to create lifelike human images. We'll evaluate the nuances in authenticity and quality
3 stars 1 forks source link

Develop code for Lime Verification #45

Open isamia1910 opened 5 months ago

isamia1910 commented 5 months ago
  1. Explore what LIME does and how it works.
  2. Generate code for LIME explainer to be used on training data
  3. Customizing a script to fit the environment set up of the project and output the annotated images.
isamia1910 commented 5 months ago

image script for printing out the false negatives and false positives.

isamia1910 commented 5 months ago

image Script to run the list of images through the explainer.