Hacker News new | ask | show | jobs
by nadermx 655 days ago
This is cool. I made a background remover for image and video a few years back https://github.com/nadermx/backgroundremover/

Always happy to see other people exploring this niche

2 comments

It's nice to see it here, imagine it works like your repo but runs entirely in the user's browser, very cool, doesn't need any complicated setup
Yeah, that is awesome
@nadermx Does it work in real time for webcam? I ask that because you have an animated gif in your link.
I haven't messed much with it, but it would be possible to probably have ffmpeg pull the stream and run it at 30 fps blocks. Can do a pull request if you want