Skip to content

d0r1h/Faceauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation



Classifing real human faces and genrated by GAN in Tensorflow

Problem Statement

Aim of this project to build a Image classifier for identifying real vs fake humans faces.

DataSet

  1. DataSet can be accessed at kaggle
  2. It contains train and validation set with the following number of samples:
    • 532 fake and 665 real faces [train set]
    • 228 fake and 284 real faces [validaton set]

Notebook:

Notebook Kaggle
vgg Kaggle

Contributors