All Projects → Baukebrenninkmeijer → FakeFynder-Hackathon-for-Good-2019

Baukebrenninkmeijer / FakeFynder-Hackathon-for-Good-2019

Licence: other
This repository contains our POC for a website which can easily check videos for manipulated areas. It was part of the Hackathon for Good in the Hague, 2019.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to FakeFynder-Hackathon-for-Good-2019

Combining-EfficientNet-and-Vision-Transformers-for-Video-Deepfake-Detection
Code for Video Deepfake Detection model from "Combining EfficientNet and Vision Transformers for Video Deepfake Detection" available on Arxiv and was submitted to ICIAP 2021.
Stars: ✭ 39 (+69.57%)
Mutual labels:  deepfakes, faceforensics, deepfake-detection
Deep-Fakes
No description or website provided.
Stars: ✭ 88 (+282.61%)
Mutual labels:  deepfakes, deepfake-detection
awesome-Deepfakes
All about Deepfakes & Detection
Stars: ✭ 107 (+365.22%)
Mutual labels:  deepfakes, deepfake-detection
Awesome-Deepfakes-Detection
A list of tools, papers and code related to Deepfake Detection.
Stars: ✭ 30 (+30.43%)
Mutual labels:  deepfakes, deepfake-detection
video-download-cut-split
A script for gathering facesets from online videos
Stars: ✭ 25 (+8.7%)
Mutual labels:  deepfakes
FakeFinder
FakeFinder builds a modular framework for evaluating various deepfake detection models, offering a web application as well as API access for integration into existing workflows.
Stars: ✭ 29 (+26.09%)
Mutual labels:  deepfake-detection
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+269.57%)
Mutual labels:  deepfake-detection
DefakeHop
Official code for DefakeHop: A Light-Weight High-Performance Deepfake Detector
Stars: ✭ 51 (+121.74%)
Mutual labels:  deepfake-detection
Faceswap
Deepfakes Software For All
Stars: ✭ 39,911 (+173426.09%)
Mutual labels:  deepfakes
Deepfacelab
DeepFaceLab is the leading software for creating deepfakes.
Stars: ✭ 30,308 (+131673.91%)
Mutual labels:  deepfakes
Deepnude An Image To Image Technology
DeepNude's algorithm and general image generation theory and practice research, including pix2pix, CycleGAN, UGATIT, DCGAN, SinGAN, ALAE, mGANprior, StarGAN-v2 and VAE models (TensorFlow2 implementation). DeepNude的算法以及通用生成对抗网络(GAN,Generative Adversarial Network)图像生成的理论与实践研究。
Stars: ✭ 4,029 (+17417.39%)
Mutual labels:  deepfakes

Deepfake detection for the masses

In our submission for the Hackathon for Good, we created a working POC which is a website where people can easily paste youtube links or upload videos to have them be checked for manipulated sections. The deepfake detection is done using the model from FaceForensics++, which has around 80% accuracy on a combination of compressed videos, but achieves around 99% accuracy on a single type of compression.

The POC also allows for easy checking whether a video has been seen before with a database of video hashes which can be searched.

website usage

Usage

For usage, one needs to download the model weights from the FaceForensics repository and put them in classification/weights. Then call flask run in the top level directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].