pull down to refresh

This link was posted by rilawa 1 hour ago on HN. It received 143 points and 77 comments.
90 sats \ 0 replies \ @optimism 18h
This is awesome; maybe I can get rid of my script now that slices audio in 1 minute chunks and feeds them to whisper.
reply
10 sats \ 0 replies \ @kepford 15h
It runs automatic speech recognition using the OpenAI's Whisper model. It requires the whisper.cpp library (https://github.com/ggml-org/whisper.cpp) as a prerequisite. After installing the library it can be enabled using: @code{./configure --enable-whisper}.
reply