stayallive/whisper-subtitles

Public Generate subtitles (.srt and .vtt) from audio files using OpenAI's Whisper models.
Demo API Examples Versions (b97ba810)

Run time and cost

Predictions run on Nvidia T4 GPU hardware. Predictions typically complete within 8 minutes. The predict time for this model varies significantly based on the inputs.

Generate subtitles (.srt and .vtt) from audio files using OpenAI's Whisper models.

Using faster-whisper, a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models.

This is a fork of m1guelpf/whisper-subtitles with added support for VAD, selecting a language, use the language specific models and download the .vtt/.srt files directly from the result.