jim-fx / posebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Poser Monorepo

Setup / Installation

  1. Install Node

  2. Install pnpm

    npm i -g pnpm

  3. Install dependancies

    pnpm i -r

  4. Start developing

    pnpm dev

  5. Open https://localhost:8080

Requirements

Because the backend server uses @tensorflow/tfjs-node, which uses c++ bindings to the native tensorflow. You need to install a compiler. When you run pnpm i -r it should tell you what you need to install.

About


Languages

Language:TypeScript 45.9%Language:Svelte 39.6%Language:JavaScript 10.1%Language:CSS 2.3%Language:HTML 1.9%Language:Dockerfile 0.2%Language:Shell 0.1%