Transcribe and translate audio files using OpenAI's Whisper API.
Writeout uses the recently released OpenAI Whisper API to transcribe audio files. You can upload any audio file, and the application will send it through the OpenAI Whisper API using Laravel's queued jobs. Translation makes use of the new OpenAI Chat API and chunks the generated VTT file into smaller parts to fit them into the prompt context limit.
git clone https://github.com/beyondcode/writeout.ai
- Sign up at OpenAI to create a free account (you'll get $8 credits)
- Click on the "User" / "API Keys" menu item and create a new API key
- Configure the
OPENAI_API_KEY
environment variable in your.env
file