Skip to content

hisano/openai-whisper-on-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

OpenAI Whisper on Docker

Build Docker Image

docker image build --tag whisper:latest .

Run whisper Command

VOLUME_DIRECTORY=$(pwd)
FILE_NAME=hello.wav
docker container run --rm --volume ${VOLUME_DIRECTORY}:/data whisper --model tiny --language Japanese /data/${FILE_NAME}

Command Example on Windows: docker container run --rm --volume C:/Users/USER_NAME/tmp:/data whisper --model tiny --language Japanese /data/hello.wav

Releases

No releases published

Packages

No packages published