Transcribe your meetings notes - or any other audio file - with OpenAI's whisper model.
Install project dependencies:
pip install -r requirements.txt
Set your OpenAI API key
export OPENAI_API_KEY=<token>
This script accepts the input and output file names as command-line arguments. Here's how you can use it:
python app.py input.m4a output.txt