MiKaPo is a Web-based tool that poses MMD models from video input in real-time. Welcome feature requests and PRs!
- 3D key points detection: Mediapipe
- 3D scene: Babylon.js
- MMD model viewer: babylon-mmd
- Web framework: Vite+React
- Models are from aplaybox.
- 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
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint