CoolFace
Apppublic

pltobing/streaming-asr-nmt_nemo-translategemma_onnx-gguf

sourceHugging Facecc-by-nc-nd-4.0updated 8mo agoView on Hugging Face
0likes
16 commits on main
0682f0d8mo ago

Update README

pltobing
7bb1b568mo ago

Add streaming NMT with TranslateGemma GGUF

pltobing
e0057518mo ago

Adding time_limit solves start/stop issue on gradio Audio mic

pltobing
99847b28mo ago

Fix threads stopping and queues clearance. However, Gradio Audio mic still bugging when stopping, then starting, eventhough all states and queues have been cleared. Have to close the tab and refresh, as it does not receive audio chunk data.

pltobing
ed5fee18mo ago

Fixed audio stream stopping bug by reverting to gradio==5.49.1, revise to match

pltobing
fcb797e8mo ago

Revert to Gradio SDK and update sox requirement

pltobing
c6fe1608mo ago

Fix mic. using Gradio with external streaming mode. Still has stopping bug (needs to refresh webpage). Resampler changed to soxr due to better accuracy.

pltobing
9bb0b628mo ago

Change to Docker SDK due to sounddevice

pltobing
9fa42b98mo ago

Revert app.py and fix metadata on README

pltobing
58460b48mo ago

Debug app.py following example

pltobing
7f7dc4c8mo ago

Debug app.py

pltobing
a28aaad8mo ago

Update README short description

pltobing
185edc28mo ago

Add application file

pltobing
b9346898mo ago

Add README, LICENSE, and requirements

pltobing
98c46a38mo ago

Add source files

pltobing
a4338228mo ago

initial commit

pltobing