Home

Awesome

MiKaPo: AI Pose Picker for MikuMikuDance

MiKaPo is a Web-based tool that poses MMD models from video input in real-time.

<img width="400px" alt="demo_pose" src="./demo1.gif" /> <img width="400px" alt="demo_face" src="./demo2.gif" />

Tech Stack

Todo

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint