Skip to content

utkarsh-21st/Wav2Lip-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wav2Lip-Django

This program is just a wrapper around the Wav2Lip algorithm. It uses Django to create a simple GUI.

sample

Setup

  • 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"

How to run?

python manage.py runserver

About

A wrapper around the Wav2Lip algorithm using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages