/ogg-summarizer

Simple script that summarizes OGG audios into Markdown.

Primary LanguagePython

ogg-summarizer

A simple script to automatically transcribe and summarize .ogg audio files (the format most commonly used for WhatsApp voice messages).

Prerequisites

  1. OPENAI_API_KEY set in your environment variables
  2. mise (optional, but recommended)

If you don't have mise installed:

  1. Python 3.13+
  2. uv

Quickstart

  1. Clone the repository, cd into it
  2. Run mise trust and mise install
  3. Install dependencies with uv sync
  4. Copy the .ogg files to the audio folder
  5. Run the script with uv run main.py