Skip to content

AmyangXYZ/MiKaPo

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a69b1f9 · Jan 26, 2025
Oct 26, 2024
Jan 26, 2025
Jan 26, 2025
Oct 20, 2024
Sep 30, 2024
Oct 22, 2024
Sep 20, 2024
Sep 20, 2024
Sep 27, 2024
Sep 18, 2024
Sep 29, 2024
Sep 27, 2024
Sep 24, 2024
Oct 22, 2024
Oct 20, 2024
Sep 18, 2024
Oct 20, 2024
Sep 18, 2024
Sep 18, 2024
Sep 18, 2024
Sep 27, 2024
Sep 29, 2024

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

Features

  • Pose detection
  • Face detection
  • Hand detection (experimental)
  • Rust-WASM based pose-to-quaternion solver
  • 360-degree background selection
  • Video, image upload
  • Webcam input
  • Model selection
  • Ollama support (electron version)
  • VMD import/export (to export a valid VMD file, you must record at least one motion)
  • MMD editor: bone, material, mesh edit

Hint

  • Let your browser use dedicated GPU for better performance.

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