All Projects → xinyooo → Deepfake Detection

xinyooo / Deepfake Detection

DeepFake Detection: Detect the video is fake or not using InceptionResNetV2.

Projects that are alternatives of or similar to Deepfake Detection

Ml Fraud Detection
Credit card fraud detection through logistic regression, k-means, and deep learning.
Stars: ✭ 117 (+408.7%)
Mutual labels:  kaggle, jupyter-notebook, deep-neural-networks
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+5008.7%)
Mutual labels:  kaggle, jupyter-notebook, deep-neural-networks
Speech Emotion Analyzer
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
Stars: ✭ 633 (+2652.17%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Saliency
TensorFlow implementation for SmoothGrad, Grad-CAM, Guided backprop, Integrated Gradients and other saliency techniques
Stars: ✭ 648 (+2717.39%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+3152.17%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Tutorials
CatBoost tutorials repository
Stars: ✭ 563 (+2347.83%)
Mutual labels:  kaggle, jupyter-notebook
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+2378.26%)
Mutual labels:  kaggle, jupyter-notebook
Pytorch Multi Style Transfer
Neural Style and MSG-Net
Stars: ✭ 687 (+2886.96%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Data Science Projects
DataScience projects for learning : Kaggle challenges, Object Recognition, Parsing, etc.
Stars: ✭ 361 (+1469.57%)
Mutual labels:  kaggle, jupyter-notebook
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+3360.87%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Face Mask Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Stars: ✭ 774 (+3265.22%)
Mutual labels:  kaggle, jupyter-notebook
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (-4.35%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+29391.3%)
Mutual labels:  kaggle, jupyter-notebook
Docs
TensorFlow documentation
Stars: ✭ 4,999 (+21634.78%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Stock Analysis Engine
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Stars: ✭ 605 (+2530.43%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+1495.65%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Deep Recommender System
深度学习在推荐系统中的应用及论文小结。
Stars: ✭ 657 (+2756.52%)
Mutual labels:  kaggle, jupyter-notebook
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-17.39%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (+1421.74%)
Mutual labels:  jupyter-notebook, deep-neural-networks
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (+1426.09%)
Mutual labels:  jupyter-notebook, deep-neural-networks

deepfake_detection

Detect the video is fake or not using InceptionResNetV2.

The dataset was downloaded from kaggle deepfake detection challenge: https://www.kaggle.com/c/deepfake-detection-challenge/data

Experimental steps

Step1. run capture_img -> use the dlib face detecter to convert video to face img.

Step2. run deepfake_detection_train -> training the dataset from capture_img and output the model file.

Step3. run model_play -> load model then input video to detect the video is fake or not. [0]: fake, [1]: real

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].