Record and upload
Record audio directly in the browser or upload existing files. All recordings are managed through Cloudflare's storage for playback and reuse.
Voice transcription app built on Cloudflare's serverless platform, processing audio with Whisper and Llama AI.
A real-time voice transcription app that uses Cloudflare's edge AI to convert speech to text with automatic summarization. Users record audio directly in the browser and get back an instant transcription, plus an AI-generated summary.
Record audio directly in the browser or upload existing files. All recordings are managed through Cloudflare's storage for playback and reuse.
Audio is transcribed using OpenAI's Whisper model, then summarized with Llama 3.1, all processed through Cloudflare's AI pipeline.
View the live demo here.
Built on Cloudflare's serverless Workers platform, the app runs audio transcription and summarization entirely at the edge. The frontend uses the Web Audio API's MediaRecorder to capture microphone input or handle uploaded files.
Once recorded, audio is sent to a Cloudflare Worker that runs two AI models in sequence: OpenAI Whisper for speech-to-text, then Meta Llama 3.1 to summarize the transcript.
Running on the edge keeps latency low and makes the system easy to scale without managing servers.
Stack: Cloudflare Workers, AI (Whisper + Llama 3.1), Durable Objects, TypeScript, Web Audio API, HTML/CSSCompleted October 2025.