Lip Fusion - Build a wav2lip web service and provide an API interface to the outside world

Left 1: 2D portrait material, middle: 2D portrait converted to dynamic video, right 1: dynamic video lip fusion

API request method

  • url:http://127.0.0.1:5002/inference
  • method:POST
  • param: face (portrait video File), audio (voice File)
  • response:jsonData with base64File

1. Configure and install docker

sudo yum-config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
sudo yum <

Guess you like

Origin blog.csdn.net/wkh___/article/details/130189402