Whisper_Cloudflare is an open source project based on OpenAI's Whisper model, combined with the Cloudflare Workers serverless architecture, hosted on GitHub by developer thun888. its core features include:
- speech-to-text: Supports multi-language recognition to convert audio to text.
- Subtitle Generation: Outputs time-stamped subtitle files in SRT format.
- multi-format compatible: Handles MP3, WAV and other common audio formats.
- translation function: Audio content can be translated into a specified language (e.g. English, Chinese).
- contextual optimization: by means of a parameter such as
initial_prompt
Enhancing transcription accuracy.
The project is completely free and suitable for developers and teams to deploy quickly without managing servers.
This answer comes from the articleWhisper on Cloudflare AI: a free tool to convert audio to text and generate subtitlesThe