abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
317 stars 288 forks source link

[Project Addition] : Fake and Real Face Detection using DL #750

Closed aaradhyasinghgaur closed 3 weeks ago

aaradhyasinghgaur commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : Fake and Real Face Detection using DL

Closes: #725

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

  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.
    1. Model Construction: Add custom layers on top of the base model for binary classification, compiling with appropriate loss and metrics.
    2. Initial Training: Train the model with the base layers frozen to only update the new layers.
  3. 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.) Comaprioson using performance matrices such as accuracy scores , confusion matrix etc.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Describe how it has been tested Describe how have you verified the changes made

Checklist: ☑️

github-actions[bot] commented 3 weeks ago

Our team will soon review your PR. Thanks @kyra-09 :)

abhisheks008 commented 3 weeks ago

Hi @kyra-09 please update the project folder name as I have updated the issue name. Please do the needful.

aaradhyasinghgaur commented 3 weeks ago

okay.. i'll do it right now.

aaradhyasinghgaur commented 3 weeks ago

@abhisheks008 kindly review my pr . Thank you for your time and work . You have been most helpful and consistent with assigning and reviewing our PRs .