Clone this repository.
git clone git@github.com:ailia-ai/mp-sample-js.git
Fetch the MP Animator SDK, which is included as a git submodule.
git submodule update --init
Start a web server by running the following command in the mp-sample-js folder.
python3 -m http.server 8000
You can run the sample program by accessing the following URL in a web browser.
http://localhost:8000/mpavatar
You can also specify a port number other than 8000.

For details on how to operate the sample program, please refer to the operation manual at the link below.