Files
gradio-webrtc/docs/index.md
Freddy Boulton 6c983482b8 Add ReplyOnStopWords (#35)
* add code

* fix dependencies

* add code:
2024-12-11 18:25:53 -08:00

1005 B
Raw Blame History

Gradio WebRTC

Static Badge Static Badge

Stream video and audio in real time with Gradio using WebRTC.

Installation

pip install gradio_webrtc

to use built-in pause detection (see ReplyOnPause), install the vad extra:

pip install gradio_webrtc[vad]

For stop word detection (see ReplyOnStopWords), install the stopword extra:

pip install gradio_webrtc[stopword]

Examples

See the cookbook