Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Srt Generator
developer: Isaac Talb
emoji: 🔥
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 5.44.1
app_file: app.py
pinned: false
license: mit
short_description: A minimal, production-ready service that uses OpenAI Whisper
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Features
- Generate SRT subtitles from video files (e.g., MP4, MKV, AVI).
- NEW: Generate SRT subtitles from audio files (e.g., WAV, MP3).
- Supports multiple Whisper model sizes (tiny, base, small, medium, large, turbo).
- Choose from a wide range of languages using ISO codes.
Usage
- Upload a video or audio file.
- Select the desired Whisper model size.
- Choose the language for transcription.
- Download the generated SRT file.
Requirements
- Python 3.8+
- Install dependencies using
pip install -r requirements.txt.
Run the App
python app.py