Files
trivia-transcriber/README.md
Grzegorz Matoga 76a64d42d8 readme and deps
2025-06-04 15:47:52 +02:00

705 B
Raw Blame History

Description

This project started as an attempt to run diarization on mac. As a demo data, I used:

yt-dlp https://vod.tvp.pl/programy,88/jeden-z-dziesieciu-odcinki,274174/odcinek-3492,S01E3492,2138001

Rename to: jeden-z-10-final.mp4

and run the script:

source .venv/bin/activate
python transcribe.py

First time setup

git clone <your-repo>
cd <your-repo>

# create their own isolated venv (name doesnt have to match)
python -m venv .venv
source .venv/bin/activate        # or .venv\Scripts\activate on Windows

pip install --upgrade pip setuptools wheel
pip install -r requirements.txt

make sure ffmpeg is installed and available in PATH

ffmpeg -version