Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags: [speech-enhancement, noise-cancellation, onnx, android, speech]
|
| 3 |
+
license: mit
|
| 4 |
+
---
|
| 5 |
+
# DeepFilterNet3 — ONNX
|
| 6 |
+
|
| 7 |
+
Real-time noise cancellation for [speech-android](https://github.com/soniqo/speech-android).
|
| 8 |
+
|
| 9 |
+
## Files
|
| 10 |
+
| File | Description |
|
| 11 |
+
|------|-------------|
|
| 12 |
+
| deepfilter.onnx | Neural network (pending — install deepfilternet to export) |
|
| 13 |
+
| deepfilter-auxiliary.bin | ERB filterbanks + Vorbis window |
|
| 14 |
+
|
| 15 |
+
## Part of
|
| 16 |
+
[aufklarer/speech-android-models](https://huggingface.co/collections/aufklarer/speech-android-models)
|