Skip to content

minemo/twitch_transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Transcriber

FAQ:

What is this?

A relatively basic setup for transcribing Livestreams on Twitch using OpenAI's Whisper and Streamlink.

How do use it?

  1. Install ffmpeg with sudo apt install ffmpeg, choco install ffmpeg...
  2. Install Streamlink with pip install streamlink
  3. Create a virtual environment
  4. pip install -r requirements.txt
  5. python main.py <twitch channel>

Why?

Twitch doesn't have a built-in transcription feature, and I wanted to try out Whisper, so here we are.
Feel free to open a Push/Pull Request if you want to add something.

How does it work?

I'm sure you can figure it out by reading the code for now.
I'll add a more detailed explanation later, if this turns out to be useful.

About

Transcribing livestreams using Whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages