Show HN: Live face swap and outfit try-on in the browser
1–4 of 4 posts
Re: Show HN: Live face swap and outfit try-on in the browser
#2Doing 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?
Re: Show HN: Live face swap and outfit try-on in the browser
#3Doing 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.
Re: Show HN: Live face swap and outfit try-on in the browser
#4I watched a YouTuber build a local live face swap demo, and it was pretty fun. Some people ask for a usable link, so I put together this online version.