GitHub
github.com › jim60105 › docker-whisperX
GitHub - jim60105/docker-whisperX: Dockerfile for WhisperX: Automatic Speech Recognition with Word-Level Timestamps and Speaker Diarization (Dockerfile, CI image build and test)
This is the docker image for WhisperX: Automatic Speech Recognition with Word-Level Timestamps (and Speaker Diarization) from the community.
Starred by 404 users
Forked by 47 users
Languages Dockerfile 76.6% | Python 14.4% | HCL 9.0%
GitHub
github.com › thomasvvugt › whisperx
GitHub - thomasvvugt/whisperx: Docker image for WhisperX by Max Bain
docker run -it --rm -v /path/to/audio_files:/app thomasvvugt/whisperx:cpu recording.mp3 --batch_size 4 --compute_type int8
Starred by 12 users
Forked by 5 users
Docker Hub
hub.docker.com › r › dustynv › whisperx
dustynv/whisperx - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up ·
Docker Hub
hub.docker.com › r › pluja › whisperx-api
pluja/whisperx-api - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up ·
Docker Hub
hub.docker.com › r › thomasvvugt › whisperx
thomasvvugt/whisperx - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up ·
Docker Hub
hub.docker.com › r › nionmaron › whisperx-app
nionmaron/whisperx-app - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up ·
GitHub
github.com › thomasvvugt › whisperx › blob › main › README.md
whisperx/README.md at main · thomasvvugt/whisperx
docker run -it --rm -v /path/to/audio_files:/app thomasvvugt/whisperx:cpu recording.mp3 --batch_size 4 --compute_type int8
Author thomasvvugt
Docker Hub
hub.docker.com › r › emsi › whisperx
emsi/whisperx - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up ·
GitHub
github.com › thomasvvugt › whisperx › blob › main › Dockerfile.cuda118
whisperx/Dockerfile.cuda118 at main · thomasvvugt/whisperx
Docker image for WhisperX by Max Bain. Contribute to thomasvvugt/whisperx development by creating an account on GitHub.
Author thomasvvugt
Karthik
karthikziffer.github.io › journal › dockerize-whisper-model.html
Dockerize whisper model | Karthik
April 13, 2024 - conda create --name whisperx python=3.10 conda activate whisperx conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia ''' on Ubuntu or Debian ''' sudo apt update && sudo apt install ffmpeg ''' on Arch Linux ''' sudo pacman -S ffmpeg ''' on MacOS using Homebrew (https://brew.sh/) ''' brew install ffmpeg ''' on Windows using Chocolatey (https://chocolatey.org/) ''' choco install ffmpeg ''' on Windows using Scoop (https://scoop.sh/) ''' scoop install ffmpeg pip install git+https://github.com/m-bain/whisperx.git · In local system these installation step works perfectly, but when the same steps are tried as a docker image, the dependency of whisperX on faster_whisper throws an error and breaks the installation.
GitHub
github.com › Azooz-AI › WhisperX-Docker-API
GitHub - Azooz-AI/WhisperX-Docker-API: WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization) with Docker Ready and API Server
A Docker-based API server for WhisperX with multi-language transcription, speaker diarization, and word-level timestamps.
Starred by 7 users
Forked by 5 users
Languages Python
Docker Hub
hub.docker.com › r › onerahmet › openai-whisper-asr-webservice
onerahmet/openai-whisper-asr-webservice - Docker Image
openai-whisper-asr-webservice · © 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
Docker
registry.hub.docker.com › r › thomasvvugt › whisperx
thomasvvugt/whisperx - Docker Image
Welcome to the world's largest container registry built for developers and open source contributors to find, use, and share their container images. Build, push and pull.
Docker
hub.docker.com › r › linuxserver › faster-whisper
linuxserver/faster-whisper - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up ·