- Clone this repo
$ git clone https://github.com/Sri-vatsa/body_perception.git
- Install dependencies
$ npm install
- Run local playground server which will open a browser window
$ npm run playground
OR
Run dev script for backend calls
$ npm run dev
Credit to: @tensorflowjs-team. This repository adapts from the main repo here