ARTalk generates realistic 3D head motions (lip sync, blinking, expressions, head poses) from audio.
🔥 More results can be found in our
Project Page. 🔥
## Installation
### Clone the project
```
git clone --recurse-submodules git@github.com:xg-chu/ARTalk.git
cd ARTalk
```
### Build environment
I will prepare a new environment guide as soon as possible.
For now, please use GAGAvatar's `environment.yml` and install gradio and other dependent libraries.
```
conda env create -f environment.yml
conda activate ARTalk
```