Skip to content

Mmesek/Audio-Transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

$ ./prepare.sh
$ ./run.sh <path_to_audio_file>

Docker / Podman

Build

$ docker build -t transcriber -f Dockerfile

Run

$ docker run --rm -it \
    -v ./tmp/:/app/tmp/ \ # Temporary directory to work within
    -v huggingface:/root/.cache/huggingface \ # Cache of Whisper model
    --gpus=all \ # Allows access to GPU
    transcriber tmp/<audio_to_transcribe> # path to audio & other flags

About

Audio Transcriber supporting multiple streams in a file as separate speakers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors