Sync model card with upstream GitHub inference README
Browse files
README.md
CHANGED
|
@@ -11,6 +11,10 @@ license: apache-2.0
|
|
| 11 |
|
| 12 |
# LocalVQE
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
**Local Voice Quality Enhancement** — a compact neural model for joint
|
| 15 |
acoustic echo cancellation (AEC), noise suppression, and dereverberation of
|
| 16 |
16 kHz speech, designed to run on commodity CPUs in real time.
|
|
@@ -20,7 +24,8 @@ acoustic echo cancellation (AEC), noise suppression, and dereverberation of
|
|
| 20 |
- Causal, streaming: 256-sample hop, 16 ms algorithmic latency
|
| 21 |
- F32 reference inference in C++ via [GGML](https://github.com/ggml-org/ggml);
|
| 22 |
PyTorch reference included for verification and research
|
| 23 |
-
|
|
|
|
| 24 |
|
| 25 |
This page is the Hugging Face model card — it hosts the published weights.
|
| 26 |
Source code, build system, tests, and training pipeline live in the GitHub
|
|
|
|
| 11 |
|
| 12 |
# LocalVQE
|
| 13 |
|
| 14 |
+
[](https://huggingface.co/spaces/LocalAI-io/LocalVQE-demo)
|
| 15 |
+
[](https://github.com/LocalAI-io/LocalVQE)
|
| 16 |
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
| 17 |
+
|
| 18 |
**Local Voice Quality Enhancement** — a compact neural model for joint
|
| 19 |
acoustic echo cancellation (AEC), noise suppression, and dereverberation of
|
| 20 |
16 kHz speech, designed to run on commodity CPUs in real time.
|
|
|
|
| 24 |
- Causal, streaming: 256-sample hop, 16 ms algorithmic latency
|
| 25 |
- F32 reference inference in C++ via [GGML](https://github.com/ggml-org/ggml);
|
| 26 |
PyTorch reference included for verification and research
|
| 27 |
+
|
| 28 |
+
Try it live: <https://huggingface.co/spaces/LocalAI-io/LocalVQE-demo>.
|
| 29 |
|
| 30 |
This page is the Hugging Face model card — it hosts the published weights.
|
| 31 |
Source code, build system, tests, and training pipeline live in the GitHub
|