Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 472 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 472 Bytes

deepfake_prj

  • A model that is trained to detect deepfake videos.
  • Deepfakes are videos potraying people doing and saying fictitious things.
  • This notebook is about extracting features from the face using mtcnn and
  • Feeding these features into a model to detect the fake videos.
  • A score above 0.5 shows that the video is fake and any below shows otherwise.
  • Find a detailed version of this notebook here