This program is just a wrapper around the Wav2Lip algorithm. It uses Django to create a simple GUI.
- Make sure you have your GPU enabled
- Create a new virtual environment, clone the project and cd into it.
- Install dependencies
pip install -r requirements.txt
wget "https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth" -O "Wav2Lip/face_detection/detection/sfd/s3fd.pth"
- Download wav2lip_gan.pth
to the
Wav2Lip/checkpoints
directory
python manage.py runserver