GitHunt
TH

thecodergus/AudioToText

Transcribe and translate audio to text using Whisper and DeepL.

Transcritor local

Transcreve audio para texto

Requisitos

O gerenciador uv (para python) deve estar instalado

Como instalar

Instalar UV

  • Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh

ou

wget -qO- https://astral.sh/uv/install.sh | sh
  • Windows (Powershell):
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Exemplos

Executar

uv run python audiototext.py "audios/Conversa com Gabriela - 19 de fev. 13.32​.aac" --model large-v3 --output_dir txt --output_format txt --language Portuguese
uv run python audiototext.py "audios/Conversa com Matheus - 19 de fev. 15.49​.aac" --model large-v3 --output_dir txt --output_format txt --language Portuguese
uv run python audiototext.py "audios/Conversa com o Rorgerio - 2026-02-19 14-43-16.m4a" --model large-v3 --output_dir txt --output_format txt --language Portuguese

Languages

Jupyter Notebook59.5%Python37.3%Shell3.2%

Contributors

Created September 13, 2025
Updated February 25, 2026