Skip to content
Snippets Groups Projects
Name Last commit Last update
.idea
Dockerfile
README.md
main.py

Usage:

docker build -t whisper-transcriber .

docker run --rm -it \
           -v <inputfile>:/input/audiofile:ro \
           -v <output_dir>:/output whisper-transcriber