Live Demo: https://vladmandic.github.io/anime/public/
Couple of different implementations of processing:
- Using TFJS in browser
Processing using@tensorflow/tfjs-backend-webgl
public/index.html&src/anime.ts - Using WebSockets to send frame data to NodeJS backend for processing and receiving data back
Processing using@tensorflow/tfjs-node-gpuwith CUDA acceleration
public/sockets.html&src/anime.tsclient-side
src/node.tsserver-side