Audio-to-Audio
MLX
Safetensors
audio
speech-enhancement
noise-suppression
deepfilternet
apple-silicon
Instructions to use mlx-community/DeepFilterNet-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/DeepFilterNet-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir DeepFilterNet-mlx mlx-community/DeepFilterNet-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Kyle Howells Claude Opus 4.6 commited on
Commit ·
220d5df
1
Parent(s): 8abe262
Add README files to v1, v2, v3 subdirectories linking to HuggingFace repos
Browse files- v1/README.md +5 -0
- v2/README.md +5 -0
- v3/README.md +5 -0
v1/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DeepFilterNet1 MLX
|
| 2 |
+
|
| 3 |
+
MLX weights for DeepFilterNet v1.
|
| 4 |
+
|
| 5 |
+
Originally from: https://huggingface.co/iky1e/DeepFilterNet1-MLX
|
v2/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DeepFilterNet2 MLX
|
| 2 |
+
|
| 3 |
+
MLX weights for DeepFilterNet v2.
|
| 4 |
+
|
| 5 |
+
Originally from: https://huggingface.co/iky1e/DeepFilterNet2-MLX
|
v3/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DeepFilterNet3 MLX
|
| 2 |
+
|
| 3 |
+
MLX weights for DeepFilterNet v3.
|
| 4 |
+
|
| 5 |
+
Originally from: https://huggingface.co/iky1e/DeepFilterNet3-MLX
|