Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 431 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 431 Bytes

Meeting Notes

Transcribe your meetings notes - or any other audio file - with OpenAI's whisper model.

Installation

Install project dependencies:

pip install -r requirements.txt

Set your OpenAI API key

export OPENAI_API_KEY=<token>

Usage

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