Audio-to-Audio
MLX
Safetensors
audio
speech-enhancement
noise-suppression
deepfilternet
apple-silicon
Instructions to use iky1e/DeepFilterNet3-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use iky1e/DeepFilterNet3-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir DeepFilterNet3-MLX iky1e/DeepFilterNet3-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Kyle Howells commited on
Commit ·
2439328
1
Parent(s): ee295a4
docs: align citation with official DeepFilterNet guide
Browse files
README.md
CHANGED
|
@@ -83,10 +83,10 @@ The input directory should contain a `config.ini` and a `checkpoints/` folder fr
|
|
| 83 |
## Citation
|
| 84 |
|
| 85 |
```bibtex
|
| 86 |
-
@inproceedings{schroeter2023deepfilternet3,
|
| 87 |
-
title={DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement},
|
| 88 |
-
author={Schr{\"o}ter, Hendrik and Rosenkranz, Tobias and
|
| 89 |
-
booktitle={INTERSPEECH},
|
| 90 |
-
year={2023}
|
| 91 |
-
}
|
| 92 |
```
|
|
|
|
| 83 |
## Citation
|
| 84 |
|
| 85 |
```bibtex
|
| 86 |
+
@inproceedings{schroeter2023deepfilternet3,
|
| 87 |
+
title={DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement},
|
| 88 |
+
author={Schr{\"o}ter, Hendrik and Rosenkranz, Tobias and Escalante-B., Alberto N. and Maier, Andreas},
|
| 89 |
+
booktitle={INTERSPEECH},
|
| 90 |
+
year={2023}
|
| 91 |
+
}
|
| 92 |
```
|