A simple script to automatically transcribe and summarize .ogg audio files (the format most commonly used for WhatsApp voice messages).
OPENAI_API_KEYset in your environment variables- mise (optional, but recommended)
If you don't have mise installed:
- Python 3.13+
- uv
- Clone the repository, cd into it
- Run
mise trustandmise install - Install dependencies with
uv sync - Copy the .ogg files to the
audiofolder - Run the script with
uv run main.py