Twitch.tv live transcription #236
Replies: 3 comments 5 replies
-
This is now fully functional - thanks to @keyehzy ! # build whisper.cpp and download model
git clone https://github.com/ggerganov/whisper.cpp
cd whisper.cpp
make base.en
# transcribe some chess
./examples/twitch.sh https://www.twitch.tv/chess
Piping from streamlink url=https://www.twitch.tv/chess model=base.en step=10 threads=4
Buffering stream... (this should take 10 seconds)
Starting...
Yeah, it's just c5. - And Bishop back. - I like what White's got going on here, a little f5 action.
Okay, I was gonna say Queen D1, but fine. I'm just worried that when push comes to shove, White's king is gonna end up being
Yeah, and Queenie1 is covered by the stupid knight on G2. Amazing defender.
Oh my god. Oh my gosh, you got like 84 for white when you want it. So some Queen C4 stuff. Oh my gosh. You can- NO! |
Beta Was this translation helpful? Give feedback.
-
Thanks for this @ggerganov, enjoying playing around with this and the livestream.sh example on live radio. |
Beta Was this translation helpful? Give feedback.
-
Sweet! exactly what I'm looking for.
It seems the video is being captured and written to tmp, but I am not receiving the live transcription in the output. ec2 details:
|
Beta Was this translation helpful? Give feedback.
-
We now have a sample script for transcribing radio livestream, such as BBC radio:
It would be cool if we could transcribe https://twitch.tv livestreams in a similar way.
I tried to understand how to read the livestream audio using
ffmpeg
but couldn't figure it out.I think it shouldn't be very difficult to achieve.
Beta Was this translation helpful? Give feedback.
All reactions