Python script to transcribe speech to text using OpenAI's transcription API.
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 main.py