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

Feature request : Fake-Vs-Real-Face Detection #1823

Closed
aaradhyasinghgaur opened this issue Jun 4, 2024 · 3 comments
Closed

Feature request : Fake-Vs-Real-Face Detection #1823

aaradhyasinghgaur opened this issue Jun 4, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@aaradhyasinghgaur
Copy link

aaradhyasinghgaur commented Jun 4, 2024

Is your feature request related to a problem? Please describe.
To identify fake and real faces which present a harder challenge to classify them correctly even for the human eye.

Describe the solution you'd like

  1. Data Preparation: Collect and preprocess a balanced dataset of real and fake face images, including normalization, resizing, and augmentation.
  2. Base Model Selection: EfficientNetB0,VGG16 , Xception , InceptionV3 like 5 different models excluding its top layers, to leverage its learned features.
  3. Model Construction: Add custom layers on top of the base model for binary classification, compiling with appropriate loss and metrics.
  4. Initial Training: Train the model with the base layers frozen to only update the new layers.
  5. Fine-Tuning: Unfreeze some or all of the base model layers and continue training with a lower learning rate to fine-tune the entire network.
    6.) EDA analysis.
    7.) Comparison using performance matrices such as accuracy scores , confusion matrix etc.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Approach to be followed (optional)
A clear and concise description of the approach to be followed.

Additional context
Add any other context or screenshots about the feature request here.

dataset I'll use :- https://www.kaggle.com/datasets/hamzaboulahia/hardfakevsrealfaces

@akshitagupta15june can you assign this issue to me please?

@aaradhyasinghgaur aaradhyasinghgaur added the enhancement New feature or request label Jun 4, 2024
@aaradhyasinghgaur
Copy link
Author

@akshitagupta15june ma'am if possible kindly assign this issue to me

@aaradhyasinghgaur
Copy link
Author

@akshitagupta15june kindly assign this issue to me.

@aaradhyasinghgaur
Copy link
Author

aaradhyasinghgaur commented Jun 11, 2024

@akshitagupta15june can this issue be assigned to me ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant