Python script to transcribe speech to text using OpenAI's Whisper.
git clone https://github.com/jnjacobson/whispering-python.gitClone the .env.dist file to .env and add your OpenAI API key.
cp .env.dist .envcurl -LsSf https://astral.sh/uv/install.sh | shsudo apt install libportaudio2 ffmpeg python3-tk python3-devuv run script.pyThe default language is German.
uv run script.py --l en