pkhungurn / talking-head-anime-3-demo

Demo Programs for the "Talking Head(?) Anime from a Single Image 3: Now the Body Too" Project
http://pkhungurn.github.io/talking-head-anime-3/
MIT License
934 stars 99 forks source link

Add flask api #6

Closed irisu-inwl closed 2 years ago

irisu-inwl commented 2 years ago

Why?

To perform real-time inference on requests from the front end.

Build

DIR=$(pwd) docker compose -f docker-compose-api.yaml build

Running

DIR=$(pwd) docker compose -f docker-compose-api.yaml up