Easily convert audio files into SRT subtitles for free and using AI locally (no token required).
# Transcribing audio files (Portuguese)
sh transcribe <file>.wav
# Translating srt files to English
sh translate <file>.srt
Note
This repository is not maintained.
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.ymltranscribe
command. - Change the output translation language (
en
) in the ./translate_srt.py file.