nxtreaming / zhuan.lu

Transcribe and translate your audio files - for free

Home Page:https://zhuan.lu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zhuan.lu

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/nxtreaming/zhuan.lu

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

About

Transcribe and translate your audio files - for free

https://zhuan.lu

License:MIT License


Languages

Language:PHP 50.8%Language:Blade 48.1%Language:JavaScript 0.7%Language:CSS 0.4%