Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Aug 28, 2023
1 parent aa14eaf commit ff05cc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-whisperX

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

## Building the Docker Image

Expand Down Expand Up @@ -31,3 +31,9 @@ docker run --gpus all -it -v "$(PWD):/app" whisperx:largev2-ja -- --output_forma
> [!NOTE]
> Remember to prepend `--` before the arguments.\
> `--model` and `--language` args are defined in Dockerfile, no need to specify.
## LICENSE

The main program, WhisperX, is distributed under the BSD-4 license. Please refer to the git submodules for their respective source code licenses.

The Dockerfile from this repository is licensed under MIT.

0 comments on commit ff05cc3

Please sign in to comment.