DeepFilterNet3 β ONNX export (denoiser_model.onnx)
The noise-suppression model served to the KimtOS browser extension's Denoise app.
This repo is the durable origin for the artifact: KimtOS's own CDN
(cdn.kimtos.com/models/denoiser_model.onnx) mirrors this file at deploy time and
verifies its sha256 against a digest pinned in the
kimtos-core repository
(cdn/models.tsv).
| File | denoiser_model.onnx |
| Size | 16,104,687 bytes |
| sha256 | fe5eb64fa2e4154c83f8e4935e82871c850c154387ee892e0ab65fe179e7d8c9 |
Provenance
- Model: DeepFilterNet3 by Hendrik Schroter et al. β https://github.com/Rikorose/DeepFilterNet
- ONNX export: the torchDF export path β https://github.com/grazder/DeepFilterNet
- This copy exists because the artifact had no upstream URL its distributors control; KimtOS hosts its own copy so the app cannot break if a third-party repository is renamed, gated or deleted.
License
DeepFilterNet is dual-licensed MIT OR Apache-2.0, at your option, which permits
commercial redistribution with the notice preserved. Other redistributions of these
weights (Intel/deepfilternet-openvino, mlx-community/DeepFilterNet-mlx) publish them
as MIT. The full notice travels with the KimtOS product in its
THIRD-PARTY-NOTICES.md.
Runtime
Consumed by onnxruntime-web inside the KimtOS extension; audio never leaves the user's device β the model runs entirely in the browser.