Skip to content

fishberg/whisper-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper-remote

Script for easily automating transcribing audio files on a remote GPU server with Whisper.

Specifically, sends an audio file to remote server, transcribes it, brings the resulting textfile back, and opens it.

Setup Remote

mkdir -p ~/whisper
cd ~/whisper
mkdir inputs
mkdir outputs
python -m venv .venv
source .venv/bin/activate
pip install -U openai-whisper

Setup Local

cp config-default.yaml config.yaml
vi config.yaml

Run Local

uv run main.py PATH_TO_AUDIO_FILE.m4a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages