Skip to content

abhishekyelley/fake-face-detector

Repository files navigation

Current implementation only successfully detects images generated via Style-GAN algorithm.

Just upload an image and then wait for the app to give it's prediction on whther the given face is a real one or generated by StyleGAN.

The app uses MediaPipe to identify regions of faces and send them one by one to the model to predict.

The model is based on a hybrid CNN model which uses ResNet-50 for Content Feature Extraction along with a Trace Feature Extractor.

alt text for screen readers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages