srt-generator / README.md
isaac-talb's picture
added mp3 & MOV option as well
b823604

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
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

  1. Upload a video or audio file.
  2. Select the desired Whisper model size.
  3. Choose the language for transcription.
  4. Download the generated SRT file.

Requirements

  • Python 3.8+
  • Install dependencies using pip install -r requirements.txt.

Run the App

python app.py