Kabanosk/whisper-website
Simple self-hosted web application, which can be used to convert audio to subtitles by OpenAI's Whisper model
What it solves
It provides a simple, self-hosted interface for converting audio files into text and subtitles without relying on cloud services, ensuring that transcription and translation happen entirely on the user's own machine.
How it works
The application acts as a web-based wrapper for OpenAI's Whisper model. Users upload an audio file via the browser, select a specific Whisper model size (ranging from tiny to large), and the system processes the audio to generate a transcript.
Who it’s for
People who want a private, local alternative to cloud-based transcription services to create subtitles or text transcripts from audio files.
Highlights
- Local Processing: Everything runs on your own machine with no cloud dependency.
- Multiple Export Formats: Supports
.srt,.vtt, and plain.txtfiles. - Model Flexibility: Allows users to choose between different Whisper model sizes for varying levels of accuracy and speed.
- Translation: Includes an optional feature to translate the transcript into another language.
Related
- Project
- Project
- Project
- Project