Skip to content

beyondcode/writeout.ai

Repository files navigation

Transcribe and translate audio files using OpenAI's Whisper API.

Demo

demo

How it works

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.

Running Locally

Clone the repository

git clone https://github.com/beyondcode/writeout.ai

Create an OpenAI account and link your API key.

  1. Sign up at OpenAI to create a free account (you'll get $8 credits)
  2. Click on the "User" / "API Keys" menu item and create a new API key
  3. Configure the OPENAI_API_KEY environment variable in your .env file

Sponsors

What The Diff - your AI powered code review assistant

What The Diff

About

Transcribe and translate your audio files - for free

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages