Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deepfake Images Detector using DL #943

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

zul132
Copy link
Contributor

@zul132 zul132 commented Oct 23, 2024

Pull Request for DL-Simplified 💡

Issue Title : Deepfake Videos and Images Detector using DL

  • Info about the related issue (Aim of the project) : The goal of this project is to develop multiple deep learning models for detecting deepfake images and compare their performance based on accuracy.
  • Name: Fathima Zulaikha
  • GitHub ID: zul132
  • Email ID: [email protected]
  • Idenitfy yourself: GSSoC-Ext 2024 Participant

Closes: #853

Describe the add-ons or changes you've made 📃

  • First, I loaded the dataset and performed Exploratory Data Analysis (EDA) on the images.
  • Then I trained the CNN, CapsNet and Xception models for detecting deepfake images from the real ones
  • I then evaluated the models using the Test data and computed their accuracies and loss.
  • Based on the accuracy scores, I selected the best fitted model for the deepfake image detector.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

I tested each of the models on the Test data and evaluated their performance based on two metrics - loss and accuracy.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @zul132 :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me. But the images inside the README file are not visible to me.
image

@zul132
Copy link
Contributor Author

zul132 commented Oct 25, 2024

I have re-uploaded the EDA images to the README file. Hope the images should be visible now.
image
image

@zul132
Copy link
Contributor Author

zul132 commented Oct 25, 2024

@abhisheks008 kindly check if you can view the README images now.

@abhisheks008 abhisheks008 changed the title Added the deepfake image detector project Deepfake Images Detector using DL Oct 25, 2024
Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Approved!
@zul132

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. level 2 Level 2 for GSSOC hacktoberfest-accepted hacktoberfest and removed Status: Requested Changes Changes requested. labels Oct 25, 2024
@abhisheks008 abhisheks008 merged commit 1957fad into abhisheks008:main Oct 25, 2024
@zul132
Copy link
Contributor Author

zul132 commented Oct 25, 2024

@abhisheks008 Thank you so much for merging my PR!! This is my first contribution under GSSoC-Ext and I am really happy that I started with this Repository!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deepfake Videos and Images Detector using DL
2 participants