Skip to content

Instantly share code, notes, and snippets.

View faroit's full-sized avatar
🚀
Crafting narrow ai

Fabian-Robert Stöter faroit

🚀
Crafting narrow ai
View GitHub Profile
@faroit
faroit / denoise.py
Last active April 29, 2026 12:00
DeepFilterNet2 single-file denoiser CLI (single file or recursive folder, with inline uv deps)
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.9,<3.12"
# dependencies = [
# "torch>=2.0,<2.2",
# "torchaudio>=2.0,<2.2",
# "deepfilternet==0.5.6",
# "numpy<2",
# "soundfile",
# ]