From 160024d9d1980d7fa9bfbb9a010520ddd0e9d6b9 Mon Sep 17 00:00:00 2001 From: Jeremy Watt Date: Sun, 15 Jun 2025 15:43:33 -0700 Subject: [PATCH 1/2] Update README.md --- whisper-word-timestamps/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/whisper-word-timestamps/README.md b/whisper-word-timestamps/README.md index 2d5e814e..38cb594d 100644 --- a/whisper-word-timestamps/README.md +++ b/whisper-word-timestamps/README.md @@ -1,6 +1,6 @@ -# Code Completion +# whisper-word-timestamps 🚀 -## Getting Started +Run Whisper (via **Transformers.js**) locally with **word-level timestamps**. Follow the steps below to set up and run the application. @@ -14,10 +14,10 @@ git clone https://github.com/huggingface/transformers.js-examples.git ### 2. Navigate to the Project Directory -Change your working directory to the `code-completion` folder: +Change your working directory to the `whisper-word-timestamps` folder: ```sh -cd transformers.js-examples/code-completion +cd transformers.js-examples/whisper-word-timestamps ``` ### 3. Install Dependencies @@ -37,3 +37,4 @@ npm run dev ``` The application should now be running locally. Open your browser and go to `http://localhost:5173` to see it in action. + From 21829503c9c8450618cf2078b64151d258e513e0 Mon Sep 17 00:00:00 2001 From: Jeremy Watt Date: Sun, 15 Jun 2025 15:43:44 -0700 Subject: [PATCH 2/2] Update README.md --- whisper-word-timestamps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper-word-timestamps/README.md b/whisper-word-timestamps/README.md index 38cb594d..df8156e2 100644 --- a/whisper-word-timestamps/README.md +++ b/whisper-word-timestamps/README.md @@ -1,4 +1,4 @@ -# whisper-word-timestamps 🚀 +# whisper-word-timestamps Run Whisper (via **Transformers.js**) locally with **word-level timestamps**.