Vaibhavs10 / insanely-fast-whisper

Apache License 2.0
7.74k stars 545 forks source link

Streaming #112

Closed anunayajoshi closed 11 months ago

anunayajoshi commented 11 months ago

Is it possible to stream using this?

Vaibhavs10 commented 11 months ago

It is possible with Transformers, look at this gist by a community member for the CLI: https://gist.github.com/Oceanswave/32da596e8bb10c928f6c69c889c3c130

or this for using with Transformers in your code: https://gist.github.com/Vaibhavs10/a48d141534cc8d877937d421bb828d8e

However, this is not planned atm for this CLI.

(Closing this for now, feel free to re-open of you feel otherwise 🤗)