← Back to Tools
V

Remote Russian Voice Note Transcription

Uploads an audio file to a remote server via SSH, transcribes it with Whisper (Russian default), and downloads the resulting text transcript.

Bash Markdown Python Text

Overview

This tool transcribes Russian voice notes by sending local audio files (OGG, WAV, MP3, etc.) to a remote machine over SSH/SCP. On the remote host, it sets up a Python environment and runs Whisper with Russian language settings, then downloads the plain-text transcript back to the local machine. An optional Ollama pass can clean up punctuation and casing.

Tech stack

  • Bash (client script and remote bootstrapper)
  • Python (remote transcription engine)
  • Whisper / faster-whisper (speech-to-text)
  • SSH/SCP (file transfer and remote execution)
  • Ollama (optional text cleanup)