Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.19 KB

🎙️ Easy Audio to SRT

Easily convert audio files into SRT subtitles for free and using AI locally (no token required).


Usage

# Transcribing audio files (Portuguese)
sh transcribe <file>.wav

# Translating srt files to English
sh translate <file>.srt

Note

This repository is not maintained.


Requirements

Important

  • The Docker image is pre-configured to use the largest OpenAI model available (turbo). For lighter models, check the available models and change it in the ./Dockerfile before executing the scripts.
  • Change the primary language (pt) in the ./docker-compose.yml transcribe command.
  • Change the output translation language (en) in the ./translate_srt.py file.

Links