Deep-Live-Cam

(β˜… 96,036)

real time face swap and one-click video deepfake with only a single image

  • .gitattributes
  • .gitignore
  • benchmark_pipeline.py
  • CONTRIBUTING.md
  • LICENSE
  • mypi.ini
  • pyproject.toml
  • README.md
  • requirements.txt
  • run-cuda.bat
  • run-directml.bat
  • run.py
  • tkinter_fix.py

# Installation Guide

1. Get the code
git clone https://github.com/hacksider/Deep-Live-Cam

Downloads the entire project code from GitHub to your computer.

cd Deep-Live-Cam

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python run.py

Runs the Python script (or module).

βœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation