├── .gitignore ├── README.md ├── capture_img.ipynb ├── deepfake_detection_train.ipynb └── model_play.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinyooo/deepfake-detection/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinyooo/deepfake-detection/HEAD/README.md -------------------------------------------------------------------------------- /capture_img.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinyooo/deepfake-detection/HEAD/capture_img.ipynb -------------------------------------------------------------------------------- /deepfake_detection_train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinyooo/deepfake-detection/HEAD/deepfake_detection_train.ipynb -------------------------------------------------------------------------------- /model_play.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xinyooo/deepfake-detection/HEAD/model_play.ipynb --------------------------------------------------------------------------------