richiejp commited on
Commit
3fe49fc
·
verified ·
1 Parent(s): bb90289

Sync model card with upstream GitHub inference README

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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
- - Apache 2.0
 
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
+ [![Open in Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-md.svg)](https://huggingface.co/spaces/LocalAI-io/LocalVQE-demo)
15
+ [![GitHub](https://img.shields.io/badge/GitHub-LocalAI--io%2FLocalVQE-181717?logo=github)](https://github.com/LocalAI-io/LocalVQE)
16
+ [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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