Deepfake Detection

Pretrained Model

  • Download pretrained model from here
  • Put them to ./assets/checkpoints/

Install

If you use gpu, install by following shell

pip install -r requirements_gpu.txt

If you don't use gpu, install by follow shell

pip install -r requirements.txt

Run demo

streamlit run run.py