From 3d3da3118ffaf94ba87cfc3a12de26420e544962 Mon Sep 17 00:00:00 2001 From: Manisankar Date: Mon, 10 Nov 2025 11:35:51 +0530 Subject: [PATCH] docs: add example for Tamil speech-to-text usage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 196b48f..343c044 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,11 @@ whisper --help See [tokenizer.py](https://github.com/openai/whisper/blob/main/whisper/tokenizer.py) for the list of all available languages. +## Quick Start +Transcribe audio with Whisper in one line: + +```bash +whisper audio.mp3 --model turbo ## Python usage