curieous commited on
Commit
20b9316
·
verified ·
1 Parent(s): 2240ab3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -22,6 +22,9 @@ Voice Reach V1 is a metime.to voice contact widget that lets a site visitor
22
  speak in Hindi or Hinglish, review an editable English contact message, and
23
  send it through a site-owner contact flow.
24
 
 
 
 
25
  NOTE: This is designed to be run 'Off Grid', so needs HF runtime (GPU) but since I'm unable to add credits to this org, it uses Modal.
26
 
27
  NOTE: This competes for 'Tiny Titan' prize
@@ -44,8 +47,8 @@ NOTE: This competes for 'Tiny Titan' prize
44
 
45
  ## Models And Runtime
46
 
47
- - ASR: `nvidia/nemotron-3.5-asr-streaming-0.6b` through NeMo/PyTorch.
48
- - Text: `CohereLabs/tiny-aya-fire-GGUF:Q8_0` through `llama.cpp`.
49
  - Official Space runtime: `VCW_MODEL_RUNTIME=hf_space` on `t4-medium`.
50
  - Local default without a selected real runtime: deterministic fallback,
51
  clearly labeled with `fallback_used=true`.
 
22
  speak in Hindi or Hinglish, review an editable English contact message, and
23
  send it through a site-owner contact flow.
24
 
25
+ To use it: add `<iframe src="https://build-small-hackathon-voice-reach.hf.space" title="Voice Reach V1" allow="microphone" style="width:100%;height:640px;border:0;"></iframe>` to your website
26
+ - it was tested on a few business owner's websites but I didn't have enough time to get privacy sorted, so it's pulled down.
27
+
28
  NOTE: This is designed to be run 'Off Grid', so needs HF runtime (GPU) but since I'm unable to add credits to this org, it uses Modal.
29
 
30
  NOTE: This competes for 'Tiny Titan' prize
 
47
 
48
  ## Models And Runtime
49
 
50
+ - ASR: `nvidia/nemotron-3.5-asr-streaming-0.6b` through NeMo/PyTorch. (works like a charm)
51
+ - Text: `CohereLabs/tiny-aya-fire-GGUF:Q8_0` through `llama.cpp`. (was best fit for my use-case but the translation needs some evals)
52
  - Official Space runtime: `VCW_MODEL_RUNTIME=hf_space` on `t4-medium`.
53
  - Local default without a selected real runtime: deterministic fallback,
54
  clearly labeled with `fallback_used=true`.