Skip to content

AmyangXYZ/MiKaPo

Repository files navigation

MiKaPo: AI Pose Picker for MikuMikuDance

demo_pose

MiKaPo is a Web-based tool that poses MMD models from video input in real-time. Welcome feature requests and PRs!

demo_pose

demo_face

demo_img

Tech Stack

Todo

  • Pose detection
  • Face detection
  • Hand detection
  • Environment selection
  • Video, image upload
  • Camera input
  • Model selection
  • Ollama support (electron version)
  • VMD export
  • MMD editor: bone, material, mesh edit
  • Custom model, vmd import
  • Multi-user co-editing

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