Prathmesh2008 commited on
Commit
c35b69e
1 Parent(s): 6d74f68

Upload fake_real_face_classification_model.keras

Browse files

FaceAuthenticator is a deep learning model designed for real face detection, specifically developed to combat deepfake content. This model utilizes the powerful VGG16 convolutional neural network architecture, which has been extensively trained on the ImageNet dataset to achieve state-of-the-art performance in image classification and recognition tasks.
The FaceAuthenticator model has been fine-tuned and optimized for the task of distinguishing between real human faces and deepfake or synthetic faces. It leverages the robust feature extraction capabilities of the VGG16 backbone, combined with additional dense layers and fine-tuning on a curated dataset of real and deepfake facial images.
Key features of the FaceAuthenticator model:
Utilizes the pre-trained VGG16 model as the base, taking advantage of its strong performance in computer vision tasks.
Employs transfer learning techniques to adapt the model for the specific task of real face detection, retaining the learned low-level visual features.
Incorporates additional dense layers and fine-tunes the model on a comprehensive dataset of real and deepfake facial images to enhance its ability to accurately identify authentic faces.
Delivers high-accuracy predictions, enabling reliable authentication of real human faces and effective detection of deepfake content.
Implemented in Python using the Keras deep learning library, ensuring compatibility and ease of integration with a wide range of applications and platforms.
The FaceAuthenticator model is a valuable tool in the fight against the growing threat of deepfakes, contributing to the ethical development and deployment of AI technologies. Its robust performance and versatility make it a reliable solution for a variety of use cases, from content moderation to biometric authentication.

.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ fake_real_face_classification_model.keras filter=lfs diff=lfs merge=lfs -text
fake_real_face_classification_model.keras ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c01303dd9197a3d2cfb6878e22b90e57e397e9b547b91ec90c881527d22f09
3
+ size 161704555