beyondcode/writeout.ai
A Laravel-based web application that transcribes and translates audio files using OpenAI's Whisper and Chat APIs.

Velocity · 7d
+1.3
★ / day
Trend
→steady
star history
Writeout.ai is a free service that accepts audio file uploads and converts them to text using OpenAI Whisper. It then translates the transcriptions into other languages using OpenAI’s Chat API, chunking the output into parts that fit within the model’s context window. The application uses Laravel’s queue system to handle API requests asynchronously.