Live data from Hacker News

Show HN: Live face swap and outfit try-on in the browser

vivify.video

1–4 of 4 posts

Re: Show HN: Live face swap and outfit try-on in the browser

#3

Doing this entirely client side in the browser with low enough latency for live video is highly impressive. Are you running optimized WebGPU under the hood or is a lot of the heavy lifting being offloaded asynchronously to a server?

Yes, we process the live stream on the server. The browser only handles camera capture and video rendering.