The shortest path from an empty checkout to one transcribed, summarised episode. For every install option and prerequisite, see Installation.
git clone https://github.com/willtheorangeguy/Shell-Game-Transcripts.git
cd Shell-Game-Transcripts
pip install -r requirements.txt
pip install git+https://github.com/openai/whisper.git
You also need ffmpeg on your PATH and Ollama running locally.
ollama pull llama3.1:8b
The summarisation stage calls Ollama over HTTP and fails if the model has not been pulled. This is the most common first-run failure.
python main.py 2025
If something fails, Troubleshooting covers the usual causes.