Transcribe and translate audio files using OpenAI's Whisper API.
speechtext 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 http client. Translation makes use of the new OpenAI Chat API
git clone https://github.com/chandachewe10/whisper-open-ai.git
- Sign up at OpenAI to create a free account (you'll get $18 credits)
- Click on the "User" / "API Keys" menu item and create a new API key
- Copy
.env.example
file to.env
and Configure theOPEN_AI_API_KEY
environment variable