Audio-to-Audio
MLX
Safetensors
deepfilternet3
speech-enhancement
denoising
apple-silicon
deepfilternet
Instructions to use aufklarer/DeepFilterNet3-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use aufklarer/DeepFilterNet3-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir DeepFilterNet3-MLX aufklarer/DeepFilterNet3-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "model_type": "deepfilternet3", | |
| "sample_rate": 48000, | |
| "fft_size": 960, | |
| "hop_size": 480, | |
| "nb_erb": 32, | |
| "nb_df": 96, | |
| "df_order": 5, | |
| "df_lookahead": 2, | |
| "conv_lookahead": 2, | |
| "conv_ch": 64, | |
| "emb_hidden_dim": 256, | |
| "df_hidden_dim": 256, | |
| "lin_groups": 16, | |
| "enc_lin_groups": 32, | |
| "df_gru_linear_groups": 8, | |
| "lsnr_min": -15, | |
| "lsnr_max": 35, | |
| "norm_tau": 1.0, | |
| "gru_initial_hidden": "zeros" | |
| } |