Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 988 Bytes

openvtuber

client docs mobile server

openvtuber lets you become a VTuber with just a camera on Windows, MacOS and Linux. We do this with cutting edge computer vision algorithms and a modular architecture.

We currently only support VRM (.vrm) characters.

Monorepo Structure

  • openvtuber
    • docs - documentation website
    • openvtuber-client - web client that renders the VTuber character and the scene
    • openvtuber-mobile-client - streams camera data to the server from your phone
    • openvtuber-server - processes camera data to control a VTuber character
    • proto - holds .proto files for message interchange
    • scripts - various helper
    • telemetry - telemetry stack for debugging purposes