Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Aug 27, 2023
1 parent 4768961 commit fef675e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# docker-whisperX

## Description

This is a Docker image for [WhisperX](https://github.com/m-bain/whisperX): Automatic Speech Recognition with Word-Level Timestamps (and Speaker Diarization)

## Building the Docker Image

> [!IMPORTANT]
> Clone the Git repository recursively to include submodules:\
> `git clone --recursive https://github.com/jim60105/docker-whisperX.git`
## Building the Docker Image

This Dockerfile builds the image with contained models. The Dockerfile accepts two build arguments: `LANG` and `WHISPER_MODEL`.

- `LANG`: The language to transcribe. The default is `en`. See [here](load_align_model.py) for supported languages.
Expand Down

0 comments on commit fef675e

Please sign in to comment.