Hacker News new | ask | show | jobs
Show HN: Remove Background Noise – AI tool for cleaning up speech on videos (chromewebstore.google.com)
2 points by mda_damico 135 days ago
A compact, local browser tool designed as a Chrome extension to remove background noise from videos. It includes a UI page, scripts, a WASM module, and a pre-trained model.

Files are processed locally - no server uploads.

Free, no registration or watermarks. Feedback is welcome!

1 comments

Which pre-trained audio clening model does it use?
Under the hood, the SDK behind Background Noise Remover is built on three baseline models: DTLN, DeepFilterNet, and models from Open Model Zoo - which we’ve retrained and customized for our use case.