Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 435 Bytes

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