From 7301df7f8bac302d394488a1318d482d6f7b36a0 Mon Sep 17 00:00:00 2001 From: mayeaux Date: Fri, 31 Mar 2023 17:06:44 +0200 Subject: [PATCH] Update README.md (#101) * Update README.md * Update README.md Co-authored-by: Guillaume Klein * Update README.md Co-authored-by: Guillaume Klein --------- Co-authored-by: Guillaume Klein --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fa1ede..e00b6d8 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ for segment in segments: See more model and transcription options in the [`WhisperModel`](https://github.com/guillaumekln/faster-whisper/blob/master/faster_whisper/transcribe.py) class implementation. +#### CLI usage + +You can also use [jordimas/whisper-ctranslate2](https://github.com/jordimas/whisper-ctranslate2) to access `faster-whisper` through a CLI interface similar to what is offered by Whisper. + + ## Model conversion When loading a model from its size such as `WhisperModel("large-v2")`, the correspondig CTranslate2 model is automatically downloaded from the [Hugging Face Hub](https://huggingface.co/guillaumekln).