deepfilternet
Noise supression using deep filtering
What it is and what it does
DeepFilterNet is a speech enhancement framework that uses deep learning to suppress noise from audio at 48kHz sampling rate. It wraps a Rust-based STFT/ISTFT processing core with a Python interface, offering both a command-line tool and a programmatic API for batch or real-time noise reduction. The package depends on numpy for numerical work, loguru for logging, requests for downloads, packaging for version handling, sympy for symbolic math, appdirs for configuration paths, and deepfilterlib for core filtering logic.
You can use it to clean up noisy recordings by passing audio files through a pretrained model, or integrate it into Python applications via the init_df() and enhance() functions. The framework supports multiple model variants and includes optional postfiltering for aggressive noise attenuation. Training and dataset preparation are documented but require additional dependencies not bundled in the base wheel.
Use it for:
- Clean up noisy voice recordings or podcast audio before publishing or further processing.
- Suppress background noise in real-time video conferencing or streaming applications.
- Preprocess speech data for downstream tasks like transcription or speaker recognition.
- Batch denoise archived audio collections or archival speech datasets.
- Integrate noise reduction into assistive audio devices via the LADSPA plugin.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
DeepFilterNet removes background noise from full-band audio at 48kHz using deep learning models, providing both command-line and Python API interfaces for speech enhancement.
Yes, if you need robust speech denoising at 48kHz and can tolerate dormant maintenance. The package is stable, well-documented, has no known vulnerabilities, and carries a permissive MIT license. Install friction is low. Verify external deep learning dependencies and model availability before production use.
Install
deepfilternet on PyPI
pip
pip install deepfilternetuv
uv add deepfilternetpoetry
poetry add deepfilternetInstalling deepfilternet
Before you install
Low install friction; pure Python wheel with standard dependencies. Maintenance is dormant—last release was 2023-08-31 and last commit 2024-10-17, so expect no active bug fixes or feature updates, though the codebase remains stable.
License in practice
MIT license is permissive; you may use, modify, and distribute this package freely in commercial or private projects with minimal restrictions.
Quickstart
pip install deepfilternet
from deepfilternet import enhance, init_df
model, df_state, _ = init_df()
enhanced_audio = enhance(model, df_state, noisy_audio)
External deep learning framework must be installed separately; pretrained models are loaded at runtime and may require network access.
Verify before relying
- Whether pretrained models are bundled with the wheel or must be downloaded separately at runtime.
- GPU acceleration support and whether external deep learning dependencies are pinned or flexible.
- Real-time latency and CPU/memory footprint for typical audio streams.
- Exact PyTorch version compatibility and whether it must be installed before deepfilternet.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.8,<4.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — appdirs, deepfilterlib, loguru, numpy, packaging, requests, sympy |
| Maintenance | dormant — 1,079 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 78,622/month — #14,421 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: deepfilternet-0.5.6-py3-none-any.whl
Keywords: noise reduction, neural network
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
noisereduceReduces noise in audio and time-domain signals…
permissive · top 15,000 on PyPI
pyrnnoisePython bindings for RNNoise that perform…
unclear · top 15,000 on PyPI
livekit-plugins-ai-cousticsA LiveKit plugin that applies Ai-coustics audio…
unclear · top 15,000 on PyPI
torchaudioProvides PyTorch-based audio processing,…
permissive · top 5,000 on PyPI
pystoiComputes Short Term Objective Intelligibility…
permissive · top 5,000 on PyPI
speechbrainSpeechBrain is a PyTorch-based toolkit for…
permissive · top 5,000 on PyPI
livekit-plugins-noise-cancellationApplies real-time noise cancellation to inbound…
unclear · top 5,000 on PyPI
torchcrepePyTorch implementation of the CREPE pitch…
permissive · top 15,000 on PyPI
audiomentationsAudiomentations applies randomized audio…
permissive · top 15,000 on PyPI
transparent-backgroundRemoves backgrounds from images and videos…
permissive · top 15,000 on PyPI