Record & Upload
Users can record audio directly in the browser or upload existing files, with all recordings managed through Cloudflare’s storage for easy playback and reuse.
Voice transcription app built on Cloudflare's serverless platform, processing audio with Whisper and Llama AI.
A real-time voice transcription application that leverages Cloudflare's edge AI to convert speech into text with automatic summarization. Users can record audio directly in their browser and receive instant transcriptions, along with AI-generated summaries of the content.
Users can record audio directly in the browser or upload existing files, with all recordings managed through Cloudflare’s storage for easy playback and reuse.
The app transcribes audio using OpenAI’s Whisper model and generates concise summaries with Llama 3.1, all processed through Cloudflare’s AI workflow.
View the live demo here.
Built on Cloudflare’s serverless Workers platform, this web application performs real-time audio transcription and summarization entirely at the edge. The frontend uses the Web Audio API’s MediaRecorder to capture microphone input or process uploaded audio files.
Once recorded, audio data is sent to a Cloudflare Worker, which orchestrates two AI models in sequence:
Leveraging Cloudflare’s serverless and edge computing products, the system delivers low latency, scalability, and cost-efficient performance, making it well-suited for real-time transcription and summarization at scale.
Stack: Cloudflare Workers, Cloudflare AI (Whisper + Llama 3.1), Cloudflare Durable Objects, TypeScript, Web Audio API, HTML/CSS/JSCompleted October 2025.