salwinat0r / LipSync

Submission for the Lip Sync task by listed.fans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ListSync 👄

A Deep Learning app that lip syncs any audio to a video or image.

Aim

Output

result_voice.mp4

Demo

Watch the Demonstration:
https://www.loom.com/share/dddbc63922714899a7c15b2eeba692d7?sid=1814f160-f917-465d-8b4f-c84901655782

Installation

To install the neccessary dependancies to use this project:

  • Create and activate a virtual environment using virtualenv,
python3 -m venv lipsync
lipsync/Scripts/activate
  • Now run this,
pip install -r requirements.txt

API

The POST method /upload_files/ in the main.py takes the audio and video input files and outputs the result in Wav2Lip/results/result_voice.mp4.

About

Submission for the Lip Sync task by listed.fans


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%