Skip to content

Architecture

Maik Riechert edited this page May 29, 2020 · 2 revisions
  • Electron app

Browser:

  • Capture webcam video
  • For each frame:
    • Run facemesh and posenet models
    • Draw vector character
    • Rasterize to bitmap
    • Send bitmap to Node.js
  • UI:
    • Vector character selector

Node.js:

  • For each frame received from the browser:

External non-bundled dependencies:

Clone this wiki locally