Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: audio-to-audio
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
This is a pre-trained version of Fast FullSubNet, a denoising model trained on the Deep Noise Suppression Challenge dataset of 2020 (DNS-INTERSPEECH-2020).
|
7 |
|
8 |
# Instructions
|
9 |
|
@@ -13,6 +19,8 @@ https://fullsubnet.readthedocs.io/en/latest/usage/getting_started.html
|
|
13 |
|
14 |
https://github.com/Audio-WestlakeU/FullSubNet
|
15 |
|
|
|
|
|
16 |
# Paper
|
17 |
|
18 |
[Fast FullSubNet: Accelerate Full-band and Sub-band Fusion Model for Single-channel Speech Enhancement
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: audio-to-audio
|
4 |
+
tags:
|
5 |
+
- denoising
|
6 |
+
- speech enhancement
|
7 |
+
- speech separation
|
8 |
+
- noise suppression
|
9 |
+
- realtime
|
10 |
---
|
11 |
|
12 |
+
This is a pre-trained version of Fast FullSubNet, a real-time denoising model trained on the Deep Noise Suppression Challenge dataset of 2020 (DNS-INTERSPEECH-2020).
|
13 |
|
14 |
# Instructions
|
15 |
|
|
|
19 |
|
20 |
https://github.com/Audio-WestlakeU/FullSubNet
|
21 |
|
22 |
+
Note: The code doesn't support real-time streaming out of the box.
|
23 |
+
|
24 |
# Paper
|
25 |
|
26 |
[Fast FullSubNet: Accelerate Full-band and Sub-band Fusion Model for Single-channel Speech Enhancement
|